Shades of Cosmos #F8D0CE
Tints of Cosmos #F8D0CE
RGB
CMYK
RGB Variations
Color information
#F8D0CE (or 0xF8D0CE) is known color: Cosmos. HEX triplet: F8, D0 and CE. RGB value is (248,208,206). Sum of RGB (Red+Green+Blue) = 248+208+206=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0CE is #072F31. Grayscale: #DBDBDB. Windows color (decimal): -470834 or 13553912. OLE color: 13553912.
HSL color Cylindrical-coordinate representation of color #F8D0CE: hue angle of 2.86º degrees, saturation: 0.75, 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 #F8D0CE is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 206 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.03 |
| HSL | 2.86º | 0.75% | 0.89% | - |
| HSV(B) | 2.86º | 0.17% | 0.97% | - |
| XYZ | 72.41 | 69.52 | 68 | - |
| YUV | 219.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 206 | 0 | 0.16 | 0.17 | 0.03 | 2.86 | 0.75 | 0.89 |
| Hex | F8 | D0 | CE | 0 | 10 | 11 | 3 | 3 | 4B | 59 |
| Octal | 370 | 320 | 316 | 0 | 20 | 21 | 3 | 3 | 113 | 131 |
| Binary | 11111000 | 11010000 | 11001110 | 0 | 10000 | 10001 | 11 | 11 | 1001011 | 1011001 |
Color Harmonies of #F8D0CE
Complementary color
Monochromatic Colors of #F8D0CE
Black with #F8D0CE
Text Example
Text Example
White with #F8D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0CE; }
p { color: rgb(248,208,206); }
H1.HeaderClassName
{
color: #F8D0CE;
}
.AnyTagClassName
{
color: #F8D0CE;
}
</style>
background-color css
<style>
a { background-color: #F8D0CE; }
a { background-color: rgb(248,208,206); }
div.DivClassName
{
background-color: #F8D0CE;
}
.BgClassName
{
background-color: #F8D0CE;
}
</style>
border-color css
<style>
span { border-color: #F8D0CE; }
span { border-color: rgb(248,208,206); }
td.TdClassName
{
border-color: #F8D0CE;
}
.TagClassName
{
border-color: #F8D0CE;
}
</style>