Shades of Cosmos #FFD3CA
Tints of Cosmos #FFD3CA
RGB
CMYK
RGB Variations
Color information
#FFD3CA (or 0xFFD3CA) is known color: Cosmos. HEX triplet: FF, D3 and CA. RGB value is (255,211,202). Sum of RGB (Red+Green+Blue) = 255+211+202=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3CA is #002C35. Grayscale: #DFDFDF. Windows color (decimal): -11318 or 13292543. OLE color: 13292543.
HSL color Cylindrical-coordinate representation of color #FFD3CA: hue angle of 10.19º 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 #FFD3CA is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 202 | - |
| CMYK | 0 | 0.17 | 0.21 | 0 |
| HSL | 10.19º | 1% | 0.9% | - |
| HSV(B) | 10.19º | 0.21% | 1% | - |
| XYZ | 75.19 | 72.11 | 65.83 | - |
| YUV | 223.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 202 | 0 | 0.17 | 0.21 | 0 | 10.19 | 1 | 0.9 |
| Hex | FF | D3 | CA | 0 | 11 | 15 | 0 | A | 64 | 5A |
| Octal | 377 | 323 | 312 | 0 | 21 | 25 | 0 | 12 | 144 | 132 |
| Binary | 11111111 | 11010011 | 11001010 | 0 | 10001 | 10101 | 0 | 1010 | 1100100 | 1011010 |
Color Harmonies of #FFD3CA
Complementary color
Monochromatic Colors of #FFD3CA
Black with #FFD3CA
Text Example
Text Example
White with #FFD3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3CA; }
p { color: rgb(255,211,202); }
H1.HeaderClassName
{
color: #FFD3CA;
}
.AnyTagClassName
{
color: #FFD3CA;
}
</style>
background-color css
<style>
a { background-color: #FFD3CA; }
a { background-color: rgb(255,211,202); }
div.DivClassName
{
background-color: #FFD3CA;
}
.BgClassName
{
background-color: #FFD3CA;
}
</style>
border-color css
<style>
span { border-color: #FFD3CA; }
span { border-color: rgb(255,211,202); }
td.TdClassName
{
border-color: #FFD3CA;
}
.TagClassName
{
border-color: #FFD3CA;
}
</style>