Shades of Cosmos #FFD0C9
Tints of Cosmos #FFD0C9
RGB
CMYK
RGB Variations
Color information
#FFD0C9 (or 0xFFD0C9) is known color: Cosmos. HEX triplet: FF, D0 and C9. RGB value is (255,208,201). Sum of RGB (Red+Green+Blue) = 255+208+201=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C9 is #002F36. Grayscale: #DDDDDD. Windows color (decimal): -12087 or 13226239. OLE color: 13226239.
HSL color Cylindrical-coordinate representation of color #FFD0C9: hue angle of 7.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFD0C9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 201 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 7.78º | 1% | 0.89% | - |
| HSV(B) | 7.78º | 0.21% | 1% | - |
| XYZ | 74.34 | 70.59 | 64.97 | - |
| YUV | 221.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 201 | 0 | 0.18 | 0.21 | 0 | 7.78 | 1 | 0.89 |
| Hex | FF | D0 | C9 | 0 | 12 | 15 | 0 | 8 | 64 | 59 |
| Octal | 377 | 320 | 311 | 0 | 22 | 25 | 0 | 10 | 144 | 131 |
| Binary | 11111111 | 11010000 | 11001001 | 0 | 10010 | 10101 | 0 | 1000 | 1100100 | 1011001 |
Color Harmonies of #FFD0C9
Complementary color
Monochromatic Colors of #FFD0C9
Black with #FFD0C9
Text Example
Text Example
White with #FFD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0C9; }
p { color: rgb(255,208,201); }
H1.HeaderClassName
{
color: #FFD0C9;
}
.AnyTagClassName
{
color: #FFD0C9;
}
</style>
background-color css
<style>
a { background-color: #FFD0C9; }
a { background-color: rgb(255,208,201); }
div.DivClassName
{
background-color: #FFD0C9;
}
.BgClassName
{
background-color: #FFD0C9;
}
</style>
border-color css
<style>
span { border-color: #FFD0C9; }
span { border-color: rgb(255,208,201); }
td.TdClassName
{
border-color: #FFD0C9;
}
.TagClassName
{
border-color: #FFD0C9;
}
</style>