#F0D09C

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

Shades of Dairy Cream #F0D09C

Tints of Dairy Cream #F0D09C

Color information

#F0D09C (or 0xF0D09C) is unknown color: approx Dairy Cream. HEX triplet: F0, D0 and 9C. RGB value is (240,208,156). Sum of RGB (Red+Green+Blue) = 240+208+156=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D09C is #0F2F63. Grayscale: #D3D3D3. Windows color (decimal): -995172 or 10277104. OLE color: 10277104.

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

Color convert

RGB240208156-
CMYK00.130.350.06
HSL37.14º73.68%77.65%-
HSV(B)37.14º35%94.12%-
XYZ64.4966.0440.8-
YUV211.6496.6148.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=39.74%
G=34.44%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020815600.130.350.0637.1473.6877.65
HexF0D09C0D236254a4e
Octal36032023401543645112116
Binary1111000011010000100111000110110001111010010110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D09C; }

 p { color: rgb(240,208,156); }

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

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

 a { background-color: rgb(240,208,156); }

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

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

 span { border-color: rgb(240,208,156); }

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