Shades of Cosmos #FFD1CA
Tints of Cosmos #FFD1CA
RGB
CMYK
RGB Variations
Color information
#FFD1CA (or 0xFFD1CA) is known color: Cosmos. HEX triplet: FF, D1 and CA. RGB value is (255,209,202). Sum of RGB (Red+Green+Blue) = 255+209+202=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CA is #002E35. Grayscale: #DEDEDE. Windows color (decimal): -11830 or 13292031. OLE color: 13292031.
HSL color Cylindrical-coordinate representation of color #FFD1CA: hue angle of 7.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFD1CA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 202 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 7.92º | 1% | 0.9% | - |
| HSV(B) | 7.92º | 0.21% | 1% | - |
| XYZ | 74.7 | 71.13 | 65.67 | - |
| YUV | 221.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 202 | 0 | 0.18 | 0.21 | 0 | 7.92 | 1 | 0.9 |
| Hex | FF | D1 | CA | 0 | 12 | 15 | 0 | 8 | 64 | 5A |
| Octal | 377 | 321 | 312 | 0 | 22 | 25 | 0 | 10 | 144 | 132 |
| Binary | 11111111 | 11010001 | 11001010 | 0 | 10010 | 10101 | 0 | 1000 | 1100100 | 1011010 |
Color Harmonies of #FFD1CA
Complementary color
Monochromatic Colors of #FFD1CA
Black with #FFD1CA
Text Example
Text Example
White with #FFD1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1CA; }
p { color: rgb(255,209,202); }
H1.HeaderClassName
{
color: #FFD1CA;
}
.AnyTagClassName
{
color: #FFD1CA;
}
</style>
background-color css
<style>
a { background-color: #FFD1CA; }
a { background-color: rgb(255,209,202); }
div.DivClassName
{
background-color: #FFD1CA;
}
.BgClassName
{
background-color: #FFD1CA;
}
</style>
border-color css
<style>
span { border-color: #FFD1CA; }
span { border-color: rgb(255,209,202); }
td.TdClassName
{
border-color: #FFD1CA;
}
.TagClassName
{
border-color: #FFD1CA;
}
</style>