Shades of Dairy Cream #F2D4A1
Tints of Dairy Cream #F2D4A1
RGB
CMYK
RGB Variations
Color information
#F2D4A1 (or 0xF2D4A1) is known color: Dairy Cream. HEX triplet: F2, D4 and A1. RGB value is (242,212,161). Sum of RGB (Red+Green+Blue) = 242+212+161=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D4A1 is #0D2B5E. Grayscale: #D7D7D7. Windows color (decimal): -863071 or 10605810. OLE color: 10605810.
HSL color Cylindrical-coordinate representation of color #F2D4A1: hue angle of 37.78º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2D4A1 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 161 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.05 |
| HSL | 37.78º | 0.76% | 0.79% | - |
| HSV(B) | 37.78º | 0.33% | 0.95% | - |
| XYZ | 66.59 | 68.54 | 43.44 | - |
| YUV | 215.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 161 | 0 | 0.12 | 0.33 | 0.05 | 37.78 | 0.76 | 0.79 |
| Hex | F2 | D4 | A1 | 0 | C | 21 | 5 | 26 | 4C | 4F |
| Octal | 362 | 324 | 241 | 0 | 14 | 41 | 5 | 46 | 114 | 117 |
| Binary | 11110010 | 11010100 | 10100001 | 0 | 1100 | 100001 | 101 | 100110 | 1001100 | 1001111 |
Color Harmonies of #F2D4A1
Complementary color
Monochromatic Colors of #F2D4A1
Black with #F2D4A1
Text Example
Text Example
White with #F2D4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4A1; }
p { color: rgb(242,212,161); }
H1.HeaderClassName
{
color: #F2D4A1;
}
.AnyTagClassName
{
color: #F2D4A1;
}
</style>
background-color css
<style>
a { background-color: #F2D4A1; }
a { background-color: rgb(242,212,161); }
div.DivClassName
{
background-color: #F2D4A1;
}
.BgClassName
{
background-color: #F2D4A1;
}
</style>
border-color css
<style>
span { border-color: #F2D4A1; }
span { border-color: rgb(242,212,161); }
td.TdClassName
{
border-color: #F2D4A1;
}
.TagClassName
{
border-color: #F2D4A1;
}
</style>