Shades of Cosmos #F6D1CF
Tints of Cosmos #F6D1CF
RGB
CMYK
RGB Variations
Color information
#F6D1CF (or 0xF6D1CF) is known color: Cosmos. HEX triplet: F6, D1 and CF. RGB value is (246,209,207). Sum of RGB (Red+Green+Blue) = 246+209+207=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1CF is #092E30. Grayscale: #DBDBDB. Windows color (decimal): -601649 or 13619702. OLE color: 13619702.
HSL color Cylindrical-coordinate representation of color #F6D1CF: hue angle of 3.08º 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 #F6D1CF is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 207 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 3.08º | 0.68% | 0.89% | - |
| HSV(B) | 3.08º | 0.16% | 0.96% | - |
| XYZ | 72.07 | 69.7 | 68.69 | - |
| YUV | 219.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 207 | 0 | 0.15 | 0.16 | 0.04 | 3.08 | 0.68 | 0.89 |
| Hex | F6 | D1 | CF | 0 | F | 10 | 4 | 3 | 44 | 59 |
| Octal | 366 | 321 | 317 | 0 | 17 | 20 | 4 | 3 | 104 | 131 |
| Binary | 11110110 | 11010001 | 11001111 | 0 | 1111 | 10000 | 100 | 11 | 1000100 | 1011001 |
Color Harmonies of #F6D1CF
Complementary color
Monochromatic Colors of #F6D1CF
Black with #F6D1CF
Text Example
Text Example
White with #F6D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D1CF; }
p { color: rgb(246,209,207); }
H1.HeaderClassName
{
color: #F6D1CF;
}
.AnyTagClassName
{
color: #F6D1CF;
}
</style>
background-color css
<style>
a { background-color: #F6D1CF; }
a { background-color: rgb(246,209,207); }
div.DivClassName
{
background-color: #F6D1CF;
}
.BgClassName
{
background-color: #F6D1CF;
}
</style>
border-color css
<style>
span { border-color: #F6D1CF; }
span { border-color: rgb(246,209,207); }
td.TdClassName
{
border-color: #F6D1CF;
}
.TagClassName
{
border-color: #F6D1CF;
}
</style>