Html Css Color HEX #F0DEA0 Buttermilk

📋 copy color: '#F0DEA0'

red 240 ◦ green 222 ◦ blue 160

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

Shades of Buttermilk #F0DEA0

Tints of Buttermilk #F0DEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.72%

R = 38.59%
G = 35.69%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0DEA0 (or 0xF0DEA0) is known color: Buttermilk. HEX triplet: F0, DE and A0. RGB value is (240,222,160). Sum of RGB (Red+Green+Blue) = 240+222+160=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEA0 is #0F215F. Grayscale: #DCDCDC. Windows color (decimal): -991584 or 10542832. OLE color: 10542832.

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

Color convert

RGB 240 222 160 -
CMYK 0 0.08 0.33 0.06
HSL 46.5º 0.73% 0.78% -
HSV(B) 46.5º 0.33% 0.94% -
XYZ 68.4 73.31 43.8 -
YUV 220.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 240 222 160 0 0.08 0.33 0.06 46.5 0.73 0.78
Hex F0 DE A0 0 8 21 6 2E 49 4E
Octal 360 336 240 0 10 41 6 56 111 116
Binary 11110000 11011110 10100000 0 1000 100001 110 101110 1001001 1001110

Color Harmonies of #F0DEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEA0

Black with #F0DEA0

Text Example


Text Example

White with #F0DEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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