Shades of Cosmos #FFD2D0
Tints of Cosmos #FFD2D0
RGB
CMYK
RGB Variations
Color information
#FFD2D0 (or 0xFFD2D0) is known color: Cosmos. HEX triplet: FF, D2 and D0. RGB value is (255,210,208). Sum of RGB (Red+Green+Blue) = 255+210+208=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2D0 is #002D2F. Grayscale: #DFDFDF. Windows color (decimal): -11568 or 13685503. OLE color: 13685503.
HSL color Cylindrical-coordinate representation of color #FFD2D0: hue angle of 2.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD2D0 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 208 | - |
| CMYK | 0 | 0.18 | 0.18 | 0 |
| HSL | 2.55º | 1% | 0.91% | - |
| HSV(B) | 2.55º | 0.18% | 1% | - |
| XYZ | 75.67 | 71.91 | 69.57 | - |
| YUV | 223.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 208 | 0 | 0.18 | 0.18 | 0 | 2.55 | 1 | 0.91 |
| Hex | FF | D2 | D0 | 0 | 12 | 12 | 0 | 3 | 64 | 5B |
| Octal | 377 | 322 | 320 | 0 | 22 | 22 | 0 | 3 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11010000 | 0 | 10010 | 10010 | 0 | 11 | 1100100 | 1011011 |
Color Harmonies of #FFD2D0
Complementary color
Monochromatic Colors of #FFD2D0
Black with #FFD2D0
Text Example
Text Example
White with #FFD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2D0; }
p { color: rgb(255,210,208); }
H1.HeaderClassName
{
color: #FFD2D0;
}
.AnyTagClassName
{
color: #FFD2D0;
}
</style>
background-color css
<style>
a { background-color: #FFD2D0; }
a { background-color: rgb(255,210,208); }
div.DivClassName
{
background-color: #FFD2D0;
}
.BgClassName
{
background-color: #FFD2D0;
}
</style>
border-color css
<style>
span { border-color: #FFD2D0; }
span { border-color: rgb(255,210,208); }
td.TdClassName
{
border-color: #FFD2D0;
}
.TagClassName
{
border-color: #FFD2D0;
}
</style>