Shades of Cosmos #F6D1CE
Tints of Cosmos #F6D1CE
RGB
CMYK
RGB Variations
Color information
#F6D1CE (or 0xF6D1CE) is known color: Cosmos. HEX triplet: F6, D1 and CE. RGB value is (246,209,206). Sum of RGB (Red+Green+Blue) = 246+209+206=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1CE is #092E31. Grayscale: #DBDBDB. Windows color (decimal): -601650 or 13554166. OLE color: 13554166.
HSL color Cylindrical-coordinate representation of color #F6D1CE: hue angle of 4.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 #F6D1CE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 206 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 4.5º | 0.69% | 0.89% | - |
| HSV(B) | 4.5º | 0.16% | 0.96% | - |
| XYZ | 71.95 | 69.65 | 68.04 | - |
| YUV | 219.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 206 | 0 | 0.15 | 0.16 | 0.04 | 4.5 | 0.69 | 0.89 |
| Hex | F6 | D1 | CE | 0 | F | 10 | 4 | 4 | 45 | 59 |
| Octal | 366 | 321 | 316 | 0 | 17 | 20 | 4 | 4 | 105 | 131 |
| Binary | 11110110 | 11010001 | 11001110 | 0 | 1111 | 10000 | 100 | 100 | 1000101 | 1011001 |
Color Harmonies of #F6D1CE
Complementary color
Monochromatic Colors of #F6D1CE
Black with #F6D1CE
Text Example
Text Example
White with #F6D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1CE; }
p { color: rgb(246,209,206); }
H1.HeaderClassName
{
color: #F6D1CE;
}
.AnyTagClassName
{
color: #F6D1CE;
}
</style>
background-color css
<style>
a { background-color: #F6D1CE; }
a { background-color: rgb(246,209,206); }
div.DivClassName
{
background-color: #F6D1CE;
}
.BgClassName
{
background-color: #F6D1CE;
}
</style>
border-color css
<style>
span { border-color: #F6D1CE; }
span { border-color: rgb(246,209,206); }
td.TdClassName
{
border-color: #F6D1CE;
}
.TagClassName
{
border-color: #F6D1CE;
}
</style>