Shades of Cosmos #FFD2CF
Tints of Cosmos #FFD2CF
RGB
CMYK
RGB Variations
Color information
#FFD2CF (or 0xFFD2CF) is known color: Cosmos. HEX triplet: FF, D2 and CF. RGB value is (255,210,207). Sum of RGB (Red+Green+Blue) = 255+210+207=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CF is #002D30. Grayscale: #DFDFDF. Windows color (decimal): -11569 or 13619967. OLE color: 13619967.
HSL color Cylindrical-coordinate representation of color #FFD2CF: hue angle of 3.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFD2CF is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 207 | - |
| CMYK | 0 | 0.18 | 0.19 | 0 |
| HSL | 3.75º | 1% | 0.91% | - |
| HSV(B) | 3.75º | 0.19% | 1% | - |
| XYZ | 75.55 | 71.86 | 68.92 | - |
| YUV | 223.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 207 | 0 | 0.18 | 0.19 | 0 | 3.75 | 1 | 0.91 |
| Hex | FF | D2 | CF | 0 | 12 | 13 | 0 | 4 | 64 | 5B |
| Octal | 377 | 322 | 317 | 0 | 22 | 23 | 0 | 4 | 144 | 133 |
| Binary | 11111111 | 11010010 | 11001111 | 0 | 10010 | 10011 | 0 | 100 | 1100100 | 1011011 |
Color Harmonies of #FFD2CF
Complementary color
Monochromatic Colors of #FFD2CF
Black with #FFD2CF
Text Example
Text Example
White with #FFD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2CF; }
p { color: rgb(255,210,207); }
H1.HeaderClassName
{
color: #FFD2CF;
}
.AnyTagClassName
{
color: #FFD2CF;
}
</style>
background-color css
<style>
a { background-color: #FFD2CF; }
a { background-color: rgb(255,210,207); }
div.DivClassName
{
background-color: #FFD2CF;
}
.BgClassName
{
background-color: #FFD2CF;
}
</style>
border-color css
<style>
span { border-color: #FFD2CF; }
span { border-color: rgb(255,210,207); }
td.TdClassName
{
border-color: #FFD2CF;
}
.TagClassName
{
border-color: #FFD2CF;
}
</style>