Html Css Color HEX #F4DEAA Buttermilk

📋 copy color: '#F4DEAA'

red 244 ◦ green 222 ◦ blue 170

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

Shades of Buttermilk #F4DEAA

Tints of Buttermilk #F4DEAA

RGB

 RED value IS 244 (95.7% from 255) = 38.36%

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

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

R = 38.36%
G = 34.91%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F4DEAA (or 0xF4DEAA) is known color: Buttermilk. HEX triplet: F4, DE and AA. RGB value is (244,222,170). Sum of RGB (Red+Green+Blue) = 244+222+170=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DEAA is #0B2155. Grayscale: #DEDEDE. Windows color (decimal): -729430 or 11198196. OLE color: 11198196.

HSL color Cylindrical-coordinate representation of color #F4DEAA: hue angle of 42.16º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4DEAA is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 222 170 -
CMYK 0 0.09 0.30 0.04
HSL 42.16º 0.77% 0.81% -
HSV(B) 42.16º 0.3% 0.96% -
XYZ 70.69 74.38 48.66 -
YUV 222.65 98.29 143.23 -
System Red Green Blue C M Y K H S L
Decimal 244 222 170 0 0.09 0.30 0.04 42.16 0.77 0.81
Hex F4 DE AA 0 9 1E 4 2A 4D 51
Octal 364 336 252 0 11 36 4 52 115 121
Binary 11110100 11011110 10101010 0 1001 11110 100 101010 1001101 1010001

Color Harmonies of #F4DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DEAA

Black with #F4DEAA

Text Example


Text Example

White with #F4DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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