Html Css Color HEX #F0DEA8 Buttermilk

📋 copy color: '#F0DEA8'

red 240 ◦ green 222 ◦ blue 168

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

Shades of Buttermilk #F0DEA8

Tints of Buttermilk #F0DEA8

RGB

 RED value IS 240 (94.14% from 255) = 38.1%

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

 BLUE value IS 168 (66.02% from 255) = 26.67%

R = 38.1%
G = 35.24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F0DEA8 (or 0xF0DEA8) is known color: Buttermilk. HEX triplet: F0, DE and A8. RGB value is (240,222,168). Sum of RGB (Red+Green+Blue) = 240+222+168=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEA8 is #0F2157. Grayscale: #DDDDDD. Windows color (decimal): -991576 or 11067120. OLE color: 11067120.

HSL color Cylindrical-coordinate representation of color #F0DEA8: hue angle of 45º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DEA8 is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 168 -
CMYK 0 0.08 0.3 0.06
HSL 45º 0.71% 0.8% -
HSV(B) 45º 0.3% 0.94% -
XYZ 69.12 73.59 47.61 -
YUV 221.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 240 222 168 0 0.08 0.3 0.06 45 0.71 0.8
Hex F0 DE A8 0 8 1E 6 2D 47 50
Octal 360 336 250 0 10 36 6 55 107 120
Binary 11110000 11011110 10101000 0 1000 11110 110 101101 1000111 1010000

Color Harmonies of #F0DEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEA8

Black with #F0DEA8

Text Example


Text Example

White with #F0DEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEA8; }

 p { color: rgb(240,222,168); }

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

background-color css

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

 a { background-color: rgb(240,222,168); }

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

border-color css

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

 span { border-color: rgb(240,222,168); }

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