Shades of Cosmos #F6D6CF
Tints of Cosmos #F6D6CF
RGB
CMYK
RGB Variations
Color information
#F6D6CF (or 0xF6D6CF) is known color: Cosmos. HEX triplet: F6, D6 and CF. RGB value is (246,214,207). Sum of RGB (Red+Green+Blue) = 246+214+207=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6CF is #092930. Grayscale: #DEDEDE. Windows color (decimal): -600369 or 13620982. OLE color: 13620982.
HSL color Cylindrical-coordinate representation of color #F6D6CF: hue angle of 10.77º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6D6CF is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 207 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.04 |
| HSL | 10.77º | 0.68% | 0.89% | - |
| HSV(B) | 10.77º | 0.16% | 0.96% | - |
| XYZ | 73.32 | 72.19 | 69.1 | - |
| YUV | 222.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 207 | 0 | 0.13 | 0.16 | 0.04 | 10.77 | 0.68 | 0.89 |
| Hex | F6 | D6 | CF | 0 | D | 10 | 4 | B | 44 | 59 |
| Octal | 366 | 326 | 317 | 0 | 15 | 20 | 4 | 13 | 104 | 131 |
| Binary | 11110110 | 11010110 | 11001111 | 0 | 1101 | 10000 | 100 | 1011 | 1000100 | 1011001 |
Color Harmonies of #F6D6CF
Complementary color
Monochromatic Colors of #F6D6CF
Black with #F6D6CF
Text Example
Text Example
White with #F6D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6CF; }
p { color: rgb(246,214,207); }
H1.HeaderClassName
{
color: #F6D6CF;
}
.AnyTagClassName
{
color: #F6D6CF;
}
</style>
background-color css
<style>
a { background-color: #F6D6CF; }
a { background-color: rgb(246,214,207); }
div.DivClassName
{
background-color: #F6D6CF;
}
.BgClassName
{
background-color: #F6D6CF;
}
</style>
border-color css
<style>
span { border-color: #F6D6CF; }
span { border-color: rgb(246,214,207); }
td.TdClassName
{
border-color: #F6D6CF;
}
.TagClassName
{
border-color: #F6D6CF;
}
</style>