Shades of Cosmos #FFD2CB
Tints of Cosmos #FFD2CB
RGB
CMYK
RGB Variations
Color information
#FFD2CB (or 0xFFD2CB) is known color: Cosmos. HEX triplet: FF, D2 and CB. RGB value is (255,210,203). Sum of RGB (Red+Green+Blue) = 255+210+203=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CB is #002D34. Grayscale: #DEDEDE. Windows color (decimal): -11573 or 13357823. OLE color: 13357823.
HSL color Cylindrical-coordinate representation of color #FFD2CB: hue angle of 8.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFD2CB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 203 | - |
| CMYK | 0 | 0.18 | 0.20 | 0 |
| HSL | 8.08º | 1% | 0.9% | - |
| HSV(B) | 8.08º | 0.2% | 1% | - |
| XYZ | 75.07 | 71.66 | 66.38 | - |
| YUV | 222.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 203 | 0 | 0.18 | 0.20 | 0 | 8.08 | 1 | 0.9 |
| Hex | FF | D2 | CB | 0 | 12 | 14 | 0 | 8 | 64 | 5A |
| Octal | 377 | 322 | 313 | 0 | 22 | 24 | 0 | 10 | 144 | 132 |
| Binary | 11111111 | 11010010 | 11001011 | 0 | 10010 | 10100 | 0 | 1000 | 1100100 | 1011010 |
Color Harmonies of #FFD2CB
Complementary color
Monochromatic Colors of #FFD2CB
Black with #FFD2CB
Text Example
Text Example
White with #FFD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2CB; }
p { color: rgb(255,210,203); }
H1.HeaderClassName
{
color: #FFD2CB;
}
.AnyTagClassName
{
color: #FFD2CB;
}
</style>
background-color css
<style>
a { background-color: #FFD2CB; }
a { background-color: rgb(255,210,203); }
div.DivClassName
{
background-color: #FFD2CB;
}
.BgClassName
{
background-color: #FFD2CB;
}
</style>
border-color css
<style>
span { border-color: #FFD2CB; }
span { border-color: rgb(255,210,203); }
td.TdClassName
{
border-color: #FFD2CB;
}
.TagClassName
{
border-color: #FFD2CB;
}
</style>