Html Css Color HEX #F2DEAA Buttermilk

📋 copy color: '#F2DEAA'

red 242 ◦ green 222 ◦ blue 170

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

Shades of Buttermilk #F2DEAA

Tints of Buttermilk #F2DEAA

RGB

 RED value IS 242 (94.92% from 255) = 38.17%

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

 BLUE value IS 170 (66.8% from 255) = 26.81%

R = 38.17%
G = 35.02%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2DEAA (or 0xF2DEAA) is known color: Buttermilk. HEX triplet: F2, DE and AA. RGB value is (242,222,170). Sum of RGB (Red+Green+Blue) = 242+222+170=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAA is #0D2155. Grayscale: #DEDEDE. Windows color (decimal): -860502 or 11198194. OLE color: 11198194.

HSL color Cylindrical-coordinate representation of color #F2DEAA: hue angle of 43.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2DEAA is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 170 -
CMYK 0 0.08 0.30 0.05
HSL 43.33º 0.73% 0.81% -
HSV(B) 43.33º 0.3% 0.95% -
XYZ 69.99 74.02 48.63 -
YUV 222.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 242 222 170 0 0.08 0.30 0.05 43.33 0.73 0.81
Hex F2 DE AA 0 8 1E 5 2B 49 51
Octal 362 336 252 0 10 36 5 53 111 121
Binary 11110010 11011110 10101010 0 1000 11110 101 101011 1001001 1010001

Color Harmonies of #F2DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEAA

Black with #F2DEAA

Text Example


Text Example

White with #F2DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEAA; }

 p { color: rgb(242,222,170); }

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

background-color css

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

 a { background-color: rgb(242,222,170); }

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

border-color css

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

 span { border-color: rgb(242,222,170); }

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