Shades of Cosmos #F9D6D2
Tints of Cosmos #F9D6D2
RGB
CMYK
RGB Variations
Color information
#F9D6D2 (or 0xF9D6D2) is known color: Cosmos. HEX triplet: F9, D6 and D2. RGB value is (249,214,210). Sum of RGB (Red+Green+Blue) = 249+214+210=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6D2 is #06292D. Grayscale: #E0E0E0. Windows color (decimal): -403758 or 13817593. OLE color: 13817593.
HSL color Cylindrical-coordinate representation of color #F9D6D2: hue angle of 6.15º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D6D2 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 214 | 210 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 6.15º | 0.76% | 0.9% | - |
| HSV(B) | 6.15º | 0.16% | 0.98% | - |
| XYZ | 74.75 | 72.89 | 71.1 | - |
| YUV | 224.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 214 | 210 | 0 | 0.14 | 0.16 | 0.02 | 6.15 | 0.76 | 0.9 |
| Hex | F9 | D6 | D2 | 0 | E | 10 | 2 | 6 | 4C | 5A |
| Octal | 371 | 326 | 322 | 0 | 16 | 20 | 2 | 6 | 114 | 132 |
| Binary | 11111001 | 11010110 | 11010010 | 0 | 1110 | 10000 | 10 | 110 | 1001100 | 1011010 |
Color Harmonies of #F9D6D2
Complementary color
Monochromatic Colors of #F9D6D2
Black with #F9D6D2
Text Example
Text Example
White with #F9D6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D6D2; }
p { color: rgb(249,214,210); }
H1.HeaderClassName
{
color: #F9D6D2;
}
.AnyTagClassName
{
color: #F9D6D2;
}
</style>
background-color css
<style>
a { background-color: #F9D6D2; }
a { background-color: rgb(249,214,210); }
div.DivClassName
{
background-color: #F9D6D2;
}
.BgClassName
{
background-color: #F9D6D2;
}
</style>
border-color css
<style>
span { border-color: #F9D6D2; }
span { border-color: rgb(249,214,210); }
td.TdClassName
{
border-color: #F9D6D2;
}
.TagClassName
{
border-color: #F9D6D2;
}
</style>