Shades of Cosmos #FFD2CA
Tints of Cosmos #FFD2CA
RGB
CMYK
RGB Variations
Color information
#FFD2CA (or 0xFFD2CA) is known color: Cosmos. HEX triplet: FF, D2 and CA. RGB value is (255,210,202). Sum of RGB (Red+Green+Blue) = 255+210+202=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CA is #002D35. Grayscale: #DEDEDE. Windows color (decimal): -11574 or 13292287. OLE color: 13292287.
HSL color Cylindrical-coordinate representation of color #FFD2CA: hue angle of 9.06º 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 #FFD2CA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 202 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 9.06º | 1% | 0.9% | - |
| HSV(B) | 9.06º | 0.21% | 1% | - |
| XYZ | 74.95 | 71.62 | 65.75 | - |
| YUV | 222.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 202 | 0 | 0.18 | 0.21 | 0 | 9.06 | 1 | 0.9 |
| Hex | FF | D2 | CA | 0 | 12 | 15 | 0 | 9 | 64 | 5A |
| Octal | 377 | 322 | 312 | 0 | 22 | 25 | 0 | 11 | 144 | 132 |
| Binary | 11111111 | 11010010 | 11001010 | 0 | 10010 | 10101 | 0 | 1001 | 1100100 | 1011010 |
Color Harmonies of #FFD2CA
Complementary color
Monochromatic Colors of #FFD2CA
Black with #FFD2CA
Text Example
Text Example
White with #FFD2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2CA; }
p { color: rgb(255,210,202); }
H1.HeaderClassName
{
color: #FFD2CA;
}
.AnyTagClassName
{
color: #FFD2CA;
}
</style>
background-color css
<style>
a { background-color: #FFD2CA; }
a { background-color: rgb(255,210,202); }
div.DivClassName
{
background-color: #FFD2CA;
}
.BgClassName
{
background-color: #FFD2CA;
}
</style>
border-color css
<style>
span { border-color: #FFD2CA; }
span { border-color: rgb(255,210,202); }
td.TdClassName
{
border-color: #FFD2CA;
}
.TagClassName
{
border-color: #FFD2CA;
}
</style>