Shades of Dairy Cream #F0D29F
Tints of Dairy Cream #F0D29F
RGB
CMYK
RGB Variations
Color information
#F0D29F (or 0xF0D29F) is known color: Dairy Cream. HEX triplet: F0, D2 and 9F. RGB value is (240,210,159). Sum of RGB (Red+Green+Blue) = 240+210+159=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D29F is #0F2D60. Grayscale: #D5D5D5. Windows color (decimal): -994657 or 10474224. OLE color: 10474224.
HSL color Cylindrical-coordinate representation of color #F0D29F: hue angle of 37.78º 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 #F0D29F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 159 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.06 |
| HSL | 37.78º | 0.73% | 0.78% | - |
| HSV(B) | 37.78º | 0.34% | 0.94% | - |
| XYZ | 65.24 | 67.12 | 42.32 | - |
| YUV | 213.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 159 | 0 | 0.12 | 0.34 | 0.06 | 37.78 | 0.73 | 0.78 |
| Hex | F0 | D2 | 9F | 0 | C | 22 | 6 | 26 | 49 | 4E |
| Octal | 360 | 322 | 237 | 0 | 14 | 42 | 6 | 46 | 111 | 116 |
| Binary | 11110000 | 11010010 | 10011111 | 0 | 1100 | 100010 | 110 | 100110 | 1001001 | 1001110 |
Color Harmonies of #F0D29F
Complementary color
Monochromatic Colors of #F0D29F
Black with #F0D29F
Text Example
Text Example
White with #F0D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D29F; }
p { color: rgb(240,210,159); }
H1.HeaderClassName
{
color: #F0D29F;
}
.AnyTagClassName
{
color: #F0D29F;
}
</style>
background-color css
<style>
a { background-color: #F0D29F; }
a { background-color: rgb(240,210,159); }
div.DivClassName
{
background-color: #F0D29F;
}
.BgClassName
{
background-color: #F0D29F;
}
</style>
border-color css
<style>
span { border-color: #F0D29F; }
span { border-color: rgb(240,210,159); }
td.TdClassName
{
border-color: #F0D29F;
}
.TagClassName
{
border-color: #F0D29F;
}
</style>