Shades of Cosmos #FFD0CF
Tints of Cosmos #FFD0CF
RGB
CMYK
RGB Variations
Color information
#FFD0CF (or 0xFFD0CF) is known color: Cosmos. HEX triplet: FF, D0 and CF. RGB value is (255,208,207). Sum of RGB (Red+Green+Blue) = 255+208+207=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CF is #002F30. Grayscale: #DDDDDD. Windows color (decimal): -12081 or 13619455. OLE color: 13619455.
HSL color Cylindrical-coordinate representation of color #FFD0CF: hue angle of 1.25º 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 #FFD0CF is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 207 | - |
| CMYK | 0 | 0.18 | 0.19 | 0 |
| HSL | 1.25º | 1% | 0.91% | - |
| HSV(B) | 1.25º | 0.19% | 1% | - |
| XYZ | 75.06 | 70.88 | 68.76 | - |
| YUV | 221.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 207 | 0 | 0.18 | 0.19 | 0 | 1.25 | 1 | 0.91 |
| Hex | FF | D0 | CF | 0 | 12 | 13 | 0 | 1 | 64 | 5B |
| Octal | 377 | 320 | 317 | 0 | 22 | 23 | 0 | 1 | 144 | 133 |
| Binary | 11111111 | 11010000 | 11001111 | 0 | 10010 | 10011 | 0 | 1 | 1100100 | 1011011 |
Color Harmonies of #FFD0CF
Complementary color
Monochromatic Colors of #FFD0CF
Black with #FFD0CF
Text Example
Text Example
White with #FFD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD0CF; }
p { color: rgb(255,208,207); }
H1.HeaderClassName
{
color: #FFD0CF;
}
.AnyTagClassName
{
color: #FFD0CF;
}
</style>
background-color css
<style>
a { background-color: #FFD0CF; }
a { background-color: rgb(255,208,207); }
div.DivClassName
{
background-color: #FFD0CF;
}
.BgClassName
{
background-color: #FFD0CF;
}
</style>
border-color css
<style>
span { border-color: #FFD0CF; }
span { border-color: rgb(255,208,207); }
td.TdClassName
{
border-color: #FFD0CF;
}
.TagClassName
{
border-color: #FFD0CF;
}
</style>