Shades of Cosmos #F7D1CE
Tints of Cosmos #F7D1CE
RGB
CMYK
RGB Variations
Color information
#F7D1CE (or 0xF7D1CE) is known color: Cosmos. HEX triplet: F7, D1 and CE. RGB value is (247,209,206). Sum of RGB (Red+Green+Blue) = 247+209+206=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D1CE is #082E31. Grayscale: #DCDCDC. Windows color (decimal): -536114 or 13554167. OLE color: 13554167.
HSL color Cylindrical-coordinate representation of color #F7D1CE: hue angle of 4.39º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7D1CE is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 206 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.03 |
| HSL | 4.39º | 0.72% | 0.89% | - |
| HSV(B) | 4.39º | 0.17% | 0.97% | - |
| XYZ | 72.3 | 69.83 | 68.06 | - |
| YUV | 220.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 206 | 0 | 0.15 | 0.17 | 0.03 | 4.39 | 0.72 | 0.89 |
| Hex | F7 | D1 | CE | 0 | F | 11 | 3 | 4 | 48 | 59 |
| Octal | 367 | 321 | 316 | 0 | 17 | 21 | 3 | 4 | 110 | 131 |
| Binary | 11110111 | 11010001 | 11001110 | 0 | 1111 | 10001 | 11 | 100 | 1001000 | 1011001 |
Color Harmonies of #F7D1CE
Complementary color
Monochromatic Colors of #F7D1CE
Black with #F7D1CE
Text Example
Text Example
White with #F7D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1CE; }
p { color: rgb(247,209,206); }
H1.HeaderClassName
{
color: #F7D1CE;
}
.AnyTagClassName
{
color: #F7D1CE;
}
</style>
background-color css
<style>
a { background-color: #F7D1CE; }
a { background-color: rgb(247,209,206); }
div.DivClassName
{
background-color: #F7D1CE;
}
.BgClassName
{
background-color: #F7D1CE;
}
</style>
border-color css
<style>
span { border-color: #F7D1CE; }
span { border-color: rgb(247,209,206); }
td.TdClassName
{
border-color: #F7D1CE;
}
.TagClassName
{
border-color: #F7D1CE;
}
</style>