Shades of Dairy Cream #F0D09D
Tints of Dairy Cream #F0D09D
RGB
CMYK
RGB Variations
Color information
#F0D09D (or 0xF0D09D) is known color: Dairy Cream. HEX triplet: F0, D0 and 9D. RGB value is (240,208,157). Sum of RGB (Red+Green+Blue) = 240+208+157=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D09D is #0F2F62. Grayscale: #D3D3D3. Windows color (decimal): -995171 or 10342640. OLE color: 10342640.
HSL color Cylindrical-coordinate representation of color #F0D09D: hue angle of 36.87º degrees, saturation: 0.73, 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 #F0D09D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 157 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.06 |
| HSL | 36.87º | 0.73% | 0.78% | - |
| HSV(B) | 36.87º | 0.35% | 0.94% | - |
| XYZ | 64.58 | 66.07 | 41.25 | - |
| YUV | 211.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 157 | 0 | 0.13 | 0.35 | 0.06 | 36.87 | 0.73 | 0.78 |
| Hex | F0 | D0 | 9D | 0 | D | 23 | 6 | 25 | 49 | 4E |
| Octal | 360 | 320 | 235 | 0 | 15 | 43 | 6 | 45 | 111 | 116 |
| Binary | 11110000 | 11010000 | 10011101 | 0 | 1101 | 100011 | 110 | 100101 | 1001001 | 1001110 |
Color Harmonies of #F0D09D
Complementary color
Monochromatic Colors of #F0D09D
Black with #F0D09D
Text Example
Text Example
White with #F0D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D09D; }
p { color: rgb(240,208,157); }
H1.HeaderClassName
{
color: #F0D09D;
}
.AnyTagClassName
{
color: #F0D09D;
}
</style>
background-color css
<style>
a { background-color: #F0D09D; }
a { background-color: rgb(240,208,157); }
div.DivClassName
{
background-color: #F0D09D;
}
.BgClassName
{
background-color: #F0D09D;
}
</style>
border-color css
<style>
span { border-color: #F0D09D; }
span { border-color: rgb(240,208,157); }
td.TdClassName
{
border-color: #F0D09D;
}
.TagClassName
{
border-color: #F0D09D;
}
</style>