breadcrumb
Pampas
Color Code Details
| HEX | #f3f1ef | |
| RGB | (243, 241, 239); | |
| RGBA | (243, 241, 239, 1) | |
| HSL | (30, 14%, 95%); | |
| HSLA | (30, 14%, 95%, 1); |
| HSV | 30,1,95 | |
| HSB | 30, 2, 95 | |
| HWB | 30 94% 5% | |
| CMYK | 0, 1, 2, 5 | |
| Pantone | 1895 C |
Preview & Codes Examples
Text Color with Pampas |
|
| This Text has a Font Color of #f3f1ef | |
.text {color:#f3f1ef;}
|
|
.text {color:rgba(243, 241, 239, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Pampas |
|
| This element has a background color of #f3f1ef | |
.element {background-color:#f3f1ef;}
|
|
.element {background-color:rgba(243, 241, 239, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Pampas |
|
| This element has a border color of #f3f1ef | |
.element {border:1px solid #f3f1ef;}
|
|
.element {border:1px solid rgba(243, 241, 239, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #f3f1ef;
|
Sass / SCSS |
|
$variable: #f3f1ef;
|
Less |
|
@variable: #f3f1ef;
|
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.