#F0DFA4

Color #F0DFA4 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F0DFA4

Tints of Buttermilk #F0DFA4

Color information

#F0DFA4 (or 0xF0DFA4) is unknown color: approx Buttermilk. HEX triplet: F0, DF and A4. RGB value is (240,223,164). Sum of RGB (Red+Green+Blue) = 240+223+164=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFA4 is #0F205B. Grayscale: #DDDDDD. Windows color (decimal): -991324 or 10805232. OLE color: 10805232.

HSL color Cylindrical-coordinate representation of color #F0DFA4: hue angle of 46.58º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0DFA4 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240223164-
CMYK00.070.320.06
HSL46.58º71.7%79.22%-
HSV(B)46.58º31.67%94.12%-
XYZ69.0273.9845.76-
YUV221.3695.63141.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 164 (64.45% from 255) = 26.16%
R=38.28%
G=35.57%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022316400.070.320.0646.5871.779.22
HexF0DFA4072062f484f
Octal3603372440740657110117
Binary111100001101111110100100011110000011010111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFA4; }

 p { color: rgb(240,223,164); }

 H1.HeaderClassName
 {
   color: #F0DFA4;
 }
 .AnyTagClassName
 {
   color: #F0DFA4;
 }
</style>
background-color css

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

 a { background-color: rgb(240,223,164); }

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

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

 span { border-color: rgb(240,223,164); }

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