Shades of Cosmos #FFD1C9
Tints of Cosmos #FFD1C9
RGB
CMYK
RGB Variations
Color information
#FFD1C9 (or 0xFFD1C9) is known color: Cosmos. HEX triplet: FF, D1 and C9. RGB value is (255,209,201). Sum of RGB (Red+Green+Blue) = 255+209+201=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C9 is #002E36. Grayscale: #DDDDDD. Windows color (decimal): -11831 or 13226495. OLE color: 13226495.
HSL color Cylindrical-coordinate representation of color #FFD1C9: hue angle of 8.89º 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 #FFD1C9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 201 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 8.89º | 1% | 0.89% | - |
| HSV(B) | 8.89º | 0.21% | 1% | - |
| XYZ | 74.58 | 71.08 | 65.05 | - |
| YUV | 221.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 201 | 0 | 0.18 | 0.21 | 0 | 8.89 | 1 | 0.89 |
| Hex | FF | D1 | C9 | 0 | 12 | 15 | 0 | 9 | 64 | 59 |
| Octal | 377 | 321 | 311 | 0 | 22 | 25 | 0 | 11 | 144 | 131 |
| Binary | 11111111 | 11010001 | 11001001 | 0 | 10010 | 10101 | 0 | 1001 | 1100100 | 1011001 |
Color Harmonies of #FFD1C9
Complementary color
Monochromatic Colors of #FFD1C9
Black with #FFD1C9
Text Example
Text Example
White with #FFD1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1C9; }
p { color: rgb(255,209,201); }
H1.HeaderClassName
{
color: #FFD1C9;
}
.AnyTagClassName
{
color: #FFD1C9;
}
</style>
background-color css
<style>
a { background-color: #FFD1C9; }
a { background-color: rgb(255,209,201); }
div.DivClassName
{
background-color: #FFD1C9;
}
.BgClassName
{
background-color: #FFD1C9;
}
</style>
border-color css
<style>
span { border-color: #FFD1C9; }
span { border-color: rgb(255,209,201); }
td.TdClassName
{
border-color: #FFD1C9;
}
.TagClassName
{
border-color: #FFD1C9;
}
</style>