Shades of Cosmos #FFD6CF
Tints of Cosmos #FFD6CF
RGB
CMYK
RGB Variations
Color information
#FFD6CF (or 0xFFD6CF) is known color: Cosmos. HEX triplet: FF, D6 and CF. RGB value is (255,214,207). Sum of RGB (Red+Green+Blue) = 255+214+207=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CF is #002930. Grayscale: #E1E1E1. Windows color (decimal): -10545 or 13620991. OLE color: 13620991.
HSL color Cylindrical-coordinate representation of color #FFD6CF: hue angle of 8.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 #FFD6CF is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 207 | - |
| CMYK | 0 | 0.16 | 0.19 | 0 |
| HSL | 8.75º | 1% | 0.91% | - |
| HSV(B) | 8.75º | 0.19% | 1% | - |
| XYZ | 76.55 | 73.86 | 69.25 | - |
| YUV | 225.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 207 | 0 | 0.16 | 0.19 | 0 | 8.75 | 1 | 0.91 |
| Hex | FF | D6 | CF | 0 | 10 | 13 | 0 | 9 | 64 | 5B |
| Octal | 377 | 326 | 317 | 0 | 20 | 23 | 0 | 11 | 144 | 133 |
| Binary | 11111111 | 11010110 | 11001111 | 0 | 10000 | 10011 | 0 | 1001 | 1100100 | 1011011 |
Color Harmonies of #FFD6CF
Complementary color
Monochromatic Colors of #FFD6CF
Black with #FFD6CF
Text Example
Text Example
White with #FFD6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6CF; }
p { color: rgb(255,214,207); }
H1.HeaderClassName
{
color: #FFD6CF;
}
.AnyTagClassName
{
color: #FFD6CF;
}
</style>
background-color css
<style>
a { background-color: #FFD6CF; }
a { background-color: rgb(255,214,207); }
div.DivClassName
{
background-color: #FFD6CF;
}
.BgClassName
{
background-color: #FFD6CF;
}
</style>
border-color css
<style>
span { border-color: #FFD6CF; }
span { border-color: rgb(255,214,207); }
td.TdClassName
{
border-color: #FFD6CF;
}
.TagClassName
{
border-color: #FFD6CF;
}
</style>