Shades of Cosmos #FFD2C9
Tints of Cosmos #FFD2C9
RGB
CMYK
RGB Variations
Color information
#FFD2C9 (or 0xFFD2C9) is known color: Cosmos. HEX triplet: FF, D2 and C9. RGB value is (255,210,201). Sum of RGB (Red+Green+Blue) = 255+210+201=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2C9 is #002D36. Grayscale: #DEDEDE. Windows color (decimal): -11575 or 13226751. OLE color: 13226751.
HSL color Cylindrical-coordinate representation of color #FFD2C9: hue angle of 10º 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 #FFD2C9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 201 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 10º | 1% | 0.89% | - |
| HSV(B) | 10º | 0.21% | 1% | - |
| XYZ | 74.83 | 71.57 | 65.13 | - |
| YUV | 222.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 201 | 0 | 0.18 | 0.21 | 0 | 10 | 1 | 0.89 |
| Hex | FF | D2 | C9 | 0 | 12 | 15 | 0 | A | 64 | 59 |
| Octal | 377 | 322 | 311 | 0 | 22 | 25 | 0 | 12 | 144 | 131 |
| Binary | 11111111 | 11010010 | 11001001 | 0 | 10010 | 10101 | 0 | 1010 | 1100100 | 1011001 |
Color Harmonies of #FFD2C9
Complementary color
Monochromatic Colors of #FFD2C9
Black with #FFD2C9
Text Example
Text Example
White with #FFD2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2C9; }
p { color: rgb(255,210,201); }
H1.HeaderClassName
{
color: #FFD2C9;
}
.AnyTagClassName
{
color: #FFD2C9;
}
</style>
background-color css
<style>
a { background-color: #FFD2C9; }
a { background-color: rgb(255,210,201); }
div.DivClassName
{
background-color: #FFD2C9;
}
.BgClassName
{
background-color: #FFD2C9;
}
</style>
border-color css
<style>
span { border-color: #FFD2C9; }
span { border-color: rgb(255,210,201); }
td.TdClassName
{
border-color: #FFD2C9;
}
.TagClassName
{
border-color: #FFD2C9;
}
</style>