Shades of Cosmos #F9D5CE
Tints of Cosmos #F9D5CE
RGB
CMYK
RGB Variations
Color information
#F9D5CE (or 0xF9D5CE) is known color: Cosmos. HEX triplet: F9, D5 and CE. RGB value is (249,213,206). Sum of RGB (Red+Green+Blue) = 249+213+206=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5CE is #062A31. Grayscale: #DFDFDF. Windows color (decimal): -404018 or 13555193. OLE color: 13555193.
HSL color Cylindrical-coordinate representation of color #F9D5CE: hue angle of 9.77º 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 #F9D5CE is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 206 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.02 |
| HSL | 9.77º | 0.78% | 0.89% | - |
| HSV(B) | 9.77º | 0.17% | 0.98% | - |
| XYZ | 74 | 72.18 | 68.43 | - |
| YUV | 222.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 206 | 0 | 0.14 | 0.17 | 0.02 | 9.77 | 0.78 | 0.89 |
| Hex | F9 | D5 | CE | 0 | E | 11 | 2 | A | 4E | 59 |
| Octal | 371 | 325 | 316 | 0 | 16 | 21 | 2 | 12 | 116 | 131 |
| Binary | 11111001 | 11010101 | 11001110 | 0 | 1110 | 10001 | 10 | 1010 | 1001110 | 1011001 |
Color Harmonies of #F9D5CE
Complementary color
Monochromatic Colors of #F9D5CE
Black with #F9D5CE
Text Example
Text Example
White with #F9D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D5CE; }
p { color: rgb(249,213,206); }
H1.HeaderClassName
{
color: #F9D5CE;
}
.AnyTagClassName
{
color: #F9D5CE;
}
</style>
background-color css
<style>
a { background-color: #F9D5CE; }
a { background-color: rgb(249,213,206); }
div.DivClassName
{
background-color: #F9D5CE;
}
.BgClassName
{
background-color: #F9D5CE;
}
</style>
border-color css
<style>
span { border-color: #F9D5CE; }
span { border-color: rgb(249,213,206); }
td.TdClassName
{
border-color: #F9D5CE;
}
.TagClassName
{
border-color: #F9D5CE;
}
</style>