Html Css Color HEX #F0DEA6 Buttermilk

📋 copy color: '#F0DEA6'

red 240 ◦ green 222 ◦ blue 166

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

Shades of Buttermilk #F0DEA6

Tints of Buttermilk #F0DEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 26.43%

R = 38.22%
G = 35.35%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F0DEA6 (or 0xF0DEA6) is known color: Buttermilk. HEX triplet: F0, DE and A6. RGB value is (240,222,166). Sum of RGB (Red+Green+Blue) = 240+222+166=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 166 (65.23% from 255 or 26.43% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEA6 is #0F2159. Grayscale: #DDDDDD. Windows color (decimal): -991578 or 10936048. OLE color: 10936048.

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

Color convert

RGB 240 222 166 -
CMYK 0 0.08 0.31 0.06
HSL 45.41º 0.71% 0.8% -
HSV(B) 45.41º 0.31% 0.94% -
XYZ 68.94 73.52 46.63 -
YUV 221 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 240 222 166 0 0.08 0.31 0.06 45.41 0.71 0.8
Hex F0 DE A6 0 8 1F 6 2D 47 50
Octal 360 336 246 0 10 37 6 55 107 120
Binary 11110000 11011110 10100110 0 1000 11111 110 101101 1000111 1010000

Color Harmonies of #F0DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEA6

Black with #F0DEA6

Text Example


Text Example

White with #F0DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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