Shades of Cosmos #F9D3CE
Tints of Cosmos #F9D3CE
RGB
CMYK
RGB Variations
Color information
#F9D3CE (or 0xF9D3CE) is known color: Cosmos. HEX triplet: F9, D3 and CE. RGB value is (249,211,206). Sum of RGB (Red+Green+Blue) = 249+211+206=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3CE is #062C31. Grayscale: #DDDDDD. Windows color (decimal): -404530 or 13554681. OLE color: 13554681.
HSL color Cylindrical-coordinate representation of color #F9D3CE: hue angle of 6.98º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9D3CE is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 211 | 206 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.02 |
| HSL | 6.98º | 0.78% | 0.89% | - |
| HSV(B) | 6.98º | 0.17% | 0.98% | - |
| XYZ | 73.5 | 71.18 | 68.26 | - |
| YUV | 221.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 211 | 206 | 0 | 0.15 | 0.17 | 0.02 | 6.98 | 0.78 | 0.89 |
| Hex | F9 | D3 | CE | 0 | F | 11 | 2 | 7 | 4E | 59 |
| Octal | 371 | 323 | 316 | 0 | 17 | 21 | 2 | 7 | 116 | 131 |
| Binary | 11111001 | 11010011 | 11001110 | 0 | 1111 | 10001 | 10 | 111 | 1001110 | 1011001 |
Color Harmonies of #F9D3CE
Complementary color
Monochromatic Colors of #F9D3CE
Black with #F9D3CE
Text Example
Text Example
White with #F9D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D3CE; }
p { color: rgb(249,211,206); }
H1.HeaderClassName
{
color: #F9D3CE;
}
.AnyTagClassName
{
color: #F9D3CE;
}
</style>
background-color css
<style>
a { background-color: #F9D3CE; }
a { background-color: rgb(249,211,206); }
div.DivClassName
{
background-color: #F9D3CE;
}
.BgClassName
{
background-color: #F9D3CE;
}
</style>
border-color css
<style>
span { border-color: #F9D3CE; }
span { border-color: rgb(249,211,206); }
td.TdClassName
{
border-color: #F9D3CE;
}
.TagClassName
{
border-color: #F9D3CE;
}
</style>