Shades of Cosmos #F6D5CE
Tints of Cosmos #F6D5CE
RGB
CMYK
RGB Variations
Color information
#F6D5CE (or 0xF6D5CE) is known color: Cosmos. HEX triplet: F6, D5 and CE. RGB value is (246,213,206). Sum of RGB (Red+Green+Blue) = 246+213+206=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 213 (83.59% from 255 or 32.03% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D5CE is #092A31. Grayscale: #DEDEDE. Windows color (decimal): -600626 or 13555190. OLE color: 13555190.
HSL color Cylindrical-coordinate representation of color #F6D5CE: hue angle of 10.5º degrees, saturation: 0.69, 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 #F6D5CE is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 206 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.04 |
| HSL | 10.5º | 0.69% | 0.89% | - |
| HSV(B) | 10.5º | 0.16% | 0.96% | - |
| XYZ | 72.94 | 71.64 | 68.38 | - |
| YUV | 222.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 206 | 0 | 0.13 | 0.16 | 0.04 | 10.5 | 0.69 | 0.89 |
| Hex | F6 | D5 | CE | 0 | D | 10 | 4 | A | 45 | 59 |
| Octal | 366 | 325 | 316 | 0 | 15 | 20 | 4 | 12 | 105 | 131 |
| Binary | 11110110 | 11010101 | 11001110 | 0 | 1101 | 10000 | 100 | 1010 | 1000101 | 1011001 |
Color Harmonies of #F6D5CE
Complementary color
Monochromatic Colors of #F6D5CE
Black with #F6D5CE
Text Example
Text Example
White with #F6D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D5CE; }
p { color: rgb(246,213,206); }
H1.HeaderClassName
{
color: #F6D5CE;
}
.AnyTagClassName
{
color: #F6D5CE;
}
</style>
background-color css
<style>
a { background-color: #F6D5CE; }
a { background-color: rgb(246,213,206); }
div.DivClassName
{
background-color: #F6D5CE;
}
.BgClassName
{
background-color: #F6D5CE;
}
</style>
border-color css
<style>
span { border-color: #F6D5CE; }
span { border-color: rgb(246,213,206); }
td.TdClassName
{
border-color: #F6D5CE;
}
.TagClassName
{
border-color: #F6D5CE;
}
</style>