Shades of Cosmos #FFD1C8
Tints of Cosmos #FFD1C8
RGB
CMYK
RGB Variations
Color information
#FFD1C8 (or 0xFFD1C8) is known color: Cosmos. HEX triplet: FF, D1 and C8. RGB value is (255,209,200). Sum of RGB (Red+Green+Blue) = 255+209+200=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1C8 is #002E37. Grayscale: #DDDDDD. Windows color (decimal): -11832 or 13160959. OLE color: 13160959.
HSL color Cylindrical-coordinate representation of color #FFD1C8: hue angle of 9.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFD1C8 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 200 | - |
| CMYK | 0 | 0.18 | 0.22 | 0 |
| HSL | 9.82º | 1% | 0.89% | - |
| HSV(B) | 9.82º | 0.22% | 1% | - |
| XYZ | 74.47 | 71.03 | 64.43 | - |
| YUV | 221.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 200 | 0 | 0.18 | 0.22 | 0 | 9.82 | 1 | 0.89 |
| Hex | FF | D1 | C8 | 0 | 12 | 16 | 0 | A | 64 | 59 |
| Octal | 377 | 321 | 310 | 0 | 22 | 26 | 0 | 12 | 144 | 131 |
| Binary | 11111111 | 11010001 | 11001000 | 0 | 10010 | 10110 | 0 | 1010 | 1100100 | 1011001 |
Color Harmonies of #FFD1C8
Complementary color
Monochromatic Colors of #FFD1C8
Black with #FFD1C8
Text Example
Text Example
White with #FFD1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1C8; }
p { color: rgb(255,209,200); }
H1.HeaderClassName
{
color: #FFD1C8;
}
.AnyTagClassName
{
color: #FFD1C8;
}
</style>
background-color css
<style>
a { background-color: #FFD1C8; }
a { background-color: rgb(255,209,200); }
div.DivClassName
{
background-color: #FFD1C8;
}
.BgClassName
{
background-color: #FFD1C8;
}
</style>
border-color css
<style>
span { border-color: #FFD1C8; }
span { border-color: rgb(255,209,200); }
td.TdClassName
{
border-color: #FFD1C8;
}
.TagClassName
{
border-color: #FFD1C8;
}
</style>