Shades of Dairy Cream #F2D29F
Tints of Dairy Cream #F2D29F
RGB
CMYK
RGB Variations
Color information
#F2D29F (or 0xF2D29F) is known color: Dairy Cream. HEX triplet: F2, D2 and 9F. RGB value is (242,210,159). Sum of RGB (Red+Green+Blue) = 242+210+159=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D29F is #0D2D60. Grayscale: #D5D5D5. Windows color (decimal): -863585 or 10474226. OLE color: 10474226.
HSL color Cylindrical-coordinate representation of color #F2D29F: hue angle of 36.87º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D29F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 159 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.05 |
| HSL | 36.87º | 0.76% | 0.79% | - |
| HSV(B) | 36.87º | 0.34% | 0.95% | - |
| XYZ | 65.92 | 67.47 | 42.35 | - |
| YUV | 213.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 159 | 0 | 0.13 | 0.34 | 0.05 | 36.87 | 0.76 | 0.79 |
| Hex | F2 | D2 | 9F | 0 | D | 22 | 5 | 25 | 4C | 4F |
| Octal | 362 | 322 | 237 | 0 | 15 | 42 | 5 | 45 | 114 | 117 |
| Binary | 11110010 | 11010010 | 10011111 | 0 | 1101 | 100010 | 101 | 100101 | 1001100 | 1001111 |
Color Harmonies of #F2D29F
Complementary color
Monochromatic Colors of #F2D29F
Black with #F2D29F
Text Example
Text Example
White with #F2D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D29F; }
p { color: rgb(242,210,159); }
H1.HeaderClassName
{
color: #F2D29F;
}
.AnyTagClassName
{
color: #F2D29F;
}
</style>
background-color css
<style>
a { background-color: #F2D29F; }
a { background-color: rgb(242,210,159); }
div.DivClassName
{
background-color: #F2D29F;
}
.BgClassName
{
background-color: #F2D29F;
}
</style>
border-color css
<style>
span { border-color: #F2D29F; }
span { border-color: rgb(242,210,159); }
td.TdClassName
{
border-color: #F2D29F;
}
.TagClassName
{
border-color: #F2D29F;
}
</style>