Html Css Color HEX #F1DEA2 Buttermilk

📋 copy color: '#F1DEA2'

red 241 ◦ green 222 ◦ blue 162

#F1DEA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttermilk #F1DEA2

Tints of Buttermilk #F1DEA2

RGB

 RED value IS 241 (94.53% from 255) = 38.56%

 GREEN value IS 222 (87.11% from 255) = 35.52%

 BLUE value IS 162 (63.67% from 255) = 25.92%

R = 38.56%
G = 35.52%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1DEA2 (or 0xF1DEA2) is known color: Buttermilk. HEX triplet: F1, DE and A2. RGB value is (241,222,162). Sum of RGB (Red+Green+Blue) = 241+222+162=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA2 is #0E215D. Grayscale: #DDDDDD. Windows color (decimal): -926046 or 10673905. OLE color: 10673905.

HSL color Cylindrical-coordinate representation of color #F1DEA2: hue angle of 45.57º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1DEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 222 162 -
CMYK 0 0.08 0.33 0.05
HSL 45.57º 0.74% 0.79% -
HSV(B) 45.57º 0.33% 0.95% -
XYZ 68.92 73.55 44.75 -
YUV 220.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 241 222 162 0 0.08 0.33 0.05 45.57 0.74 0.79
Hex F1 DE A2 0 8 21 5 2E 4A 4F
Octal 361 336 242 0 10 41 5 56 112 117
Binary 11110001 11011110 10100010 0 1000 100001 101 101110 1001010 1001111

Color Harmonies of #F1DEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEA2

Black with #F1DEA2

Text Example


Text Example

White with #F1DEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEA2; }

 p { color: rgb(241,222,162); }

 H1.HeaderClassName
 {
   color: #F1DEA2;
 }
 .AnyTagClassName
 {
   color: #F1DEA2;
 }
</style>

background-color css

<style>
 a { background-color: #F1DEA2; }

 a { background-color: rgb(241,222,162); }

 div.DivClassName
 {
   background-color: #F1DEA2;
 }
 .BgClassName
 {
   background-color: #F1DEA2;
 }
</style>

border-color css

<style>
 span { border-color: #F1DEA2; }

 span { border-color: rgb(241,222,162); }

 td.TdClassName
 {
   border-color: #F1DEA2;
 }
 .TagClassName
 {
   border-color: #F1DEA2;
 }
</style>