#F0D09F

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

Shades of Dairy Cream #F0D09F

Tints of Dairy Cream #F0D09F

Color information

#F0D09F (or 0xF0D09F) is unknown color: approx Dairy Cream. HEX triplet: F0, D0 and 9F. RGB value is (240,208,159). Sum of RGB (Red+Green+Blue) = 240+208+159=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D09F is #0F2F60. Grayscale: #D4D4D4. Windows color (decimal): -995169 or 10473712. OLE color: 10473712.

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

Color convert

RGB240208159-
CMYK00.130.340.06
HSL36.3º72.97%78.24%-
HSV(B)36.3º33.75%94.12%-
XYZ64.7566.1442.15-
YUV211.9898.1147.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=39.54%
G=34.27%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020815900.130.340.0636.372.9778.24
HexF0D09F0D22624494e
Octal36032023701542644111116
Binary1111000011010000100111110110110001011010010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D09F; }

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

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

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

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

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

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

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

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