Shades of Cosmos #FFD0CA
Tints of Cosmos #FFD0CA
RGB
CMYK
RGB Variations
Color information
#FFD0CA (or 0xFFD0CA) is known color: Cosmos. HEX triplet: FF, D0 and CA. RGB value is (255,208,202). Sum of RGB (Red+Green+Blue) = 255+208+202=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CA is #002F35. Grayscale: #DDDDDD. Windows color (decimal): -12086 or 13291775. OLE color: 13291775.
HSL color Cylindrical-coordinate representation of color #FFD0CA: hue angle of 6.79º 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 #FFD0CA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 202 | - |
| CMYK | 0 | 0.18 | 0.21 | 0 |
| HSL | 6.79º | 1% | 0.9% | - |
| HSV(B) | 6.79º | 0.21% | 1% | - |
| XYZ | 74.46 | 70.64 | 65.59 | - |
| YUV | 221.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 202 | 0 | 0.18 | 0.21 | 0 | 6.79 | 1 | 0.9 |
| Hex | FF | D0 | CA | 0 | 12 | 15 | 0 | 7 | 64 | 5A |
| Octal | 377 | 320 | 312 | 0 | 22 | 25 | 0 | 7 | 144 | 132 |
| Binary | 11111111 | 11010000 | 11001010 | 0 | 10010 | 10101 | 0 | 111 | 1100100 | 1011010 |
Color Harmonies of #FFD0CA
Complementary color
Monochromatic Colors of #FFD0CA
Black with #FFD0CA
Text Example
Text Example
White with #FFD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0CA; }
p { color: rgb(255,208,202); }
H1.HeaderClassName
{
color: #FFD0CA;
}
.AnyTagClassName
{
color: #FFD0CA;
}
</style>
background-color css
<style>
a { background-color: #FFD0CA; }
a { background-color: rgb(255,208,202); }
div.DivClassName
{
background-color: #FFD0CA;
}
.BgClassName
{
background-color: #FFD0CA;
}
</style>
border-color css
<style>
span { border-color: #FFD0CA; }
span { border-color: rgb(255,208,202); }
td.TdClassName
{
border-color: #FFD0CA;
}
.TagClassName
{
border-color: #FFD0CA;
}
</style>