Shades of Dairy Cream #F1D09C
Tints of Dairy Cream #F1D09C
RGB
CMYK
RGB Variations
Color information
#F1D09C (or 0xF1D09C) is known color: Dairy Cream. HEX triplet: F1, D0 and 9C. RGB value is (241,208,156). Sum of RGB (Red+Green+Blue) = 241+208+156=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D09C is #0E2F63. Grayscale: #D4D4D4. Windows color (decimal): -929636 or 10277105. OLE color: 10277105.
HSL color Cylindrical-coordinate representation of color #F1D09C: hue angle of 36.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1D09C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 156 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.05 |
| HSL | 36.71º | 0.75% | 0.78% | - |
| HSV(B) | 36.71º | 0.35% | 0.95% | - |
| XYZ | 64.83 | 66.21 | 40.82 | - |
| YUV | 211.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 156 | 0 | 0.14 | 0.35 | 0.05 | 36.71 | 0.75 | 0.78 |
| Hex | F1 | D0 | 9C | 0 | E | 23 | 5 | 25 | 4B | 4E |
| Octal | 361 | 320 | 234 | 0 | 16 | 43 | 5 | 45 | 113 | 116 |
| Binary | 11110001 | 11010000 | 10011100 | 0 | 1110 | 100011 | 101 | 100101 | 1001011 | 1001110 |
Color Harmonies of #F1D09C
Complementary color
Monochromatic Colors of #F1D09C
Black with #F1D09C
Text Example
Text Example
White with #F1D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D09C; }
p { color: rgb(241,208,156); }
H1.HeaderClassName
{
color: #F1D09C;
}
.AnyTagClassName
{
color: #F1D09C;
}
</style>
background-color css
<style>
a { background-color: #F1D09C; }
a { background-color: rgb(241,208,156); }
div.DivClassName
{
background-color: #F1D09C;
}
.BgClassName
{
background-color: #F1D09C;
}
</style>
border-color css
<style>
span { border-color: #F1D09C; }
span { border-color: rgb(241,208,156); }
td.TdClassName
{
border-color: #F1D09C;
}
.TagClassName
{
border-color: #F1D09C;
}
</style>