Shades of Cosmos #F6D8D3
Tints of Cosmos #F6D8D3
RGB
CMYK
RGB Variations
Color information
#F6D8D3 (or 0xF6D8D3) is known color: Cosmos. HEX triplet: F6, D8 and D3. RGB value is (246,216,211). Sum of RGB (Red+Green+Blue) = 246+216+211=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8D3 is #09272C. Grayscale: #E0E0E0. Windows color (decimal): -599853 or 13883638. OLE color: 13883638.
HSL color Cylindrical-coordinate representation of color #F6D8D3: hue angle of 8.57º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D8D3 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 211 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.04 |
| HSL | 8.57º | 0.66% | 0.9% | - |
| HSV(B) | 8.57º | 0.14% | 0.96% | - |
| XYZ | 74.32 | 73.41 | 71.88 | - |
| YUV | 224.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 211 | 0 | 0.12 | 0.14 | 0.04 | 8.57 | 0.66 | 0.9 |
| Hex | F6 | D8 | D3 | 0 | C | E | 4 | 9 | 42 | 5A |
| Octal | 366 | 330 | 323 | 0 | 14 | 16 | 4 | 11 | 102 | 132 |
| Binary | 11110110 | 11011000 | 11010011 | 0 | 1100 | 1110 | 100 | 1001 | 1000010 | 1011010 |
Color Harmonies of #F6D8D3
Complementary color
Monochromatic Colors of #F6D8D3
Black with #F6D8D3
Text Example
Text Example
White with #F6D8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8D3; }
p { color: rgb(246,216,211); }
H1.HeaderClassName
{
color: #F6D8D3;
}
.AnyTagClassName
{
color: #F6D8D3;
}
</style>
background-color css
<style>
a { background-color: #F6D8D3; }
a { background-color: rgb(246,216,211); }
div.DivClassName
{
background-color: #F6D8D3;
}
.BgClassName
{
background-color: #F6D8D3;
}
</style>
border-color css
<style>
span { border-color: #F6D8D3; }
span { border-color: rgb(246,216,211); }
td.TdClassName
{
border-color: #F6D8D3;
}
.TagClassName
{
border-color: #F6D8D3;
}
</style>