Shades of Cosmos #F8CFCE
Tints of Cosmos #F8CFCE
RGB
CMYK
RGB Variations
Color information
#F8CFCE (or 0xF8CFCE) is known color: Cosmos. HEX triplet: F8, CF and CE. RGB value is (248,207,206). Sum of RGB (Red+Green+Blue) = 248+207+206=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFCE is #073031. Grayscale: #DBDBDB. Windows color (decimal): -471090 or 13553656. OLE color: 13553656.
HSL color Cylindrical-coordinate representation of color #F8CFCE: hue angle of 1.43º 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 #F8CFCE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 206 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.03 |
| HSL | 1.43º | 0.75% | 0.89% | - |
| HSV(B) | 1.43º | 0.17% | 0.97% | - |
| XYZ | 72.16 | 69.04 | 67.91 | - |
| YUV | 219.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 206 | 0 | 0.17 | 0.17 | 0.03 | 1.43 | 0.75 | 0.89 |
| Hex | F8 | CF | CE | 0 | 11 | 11 | 3 | 1 | 4B | 59 |
| Octal | 370 | 317 | 316 | 0 | 21 | 21 | 3 | 1 | 113 | 131 |
| Binary | 11111000 | 11001111 | 11001110 | 0 | 10001 | 10001 | 11 | 1 | 1001011 | 1011001 |
Color Harmonies of #F8CFCE
Complementary color
Monochromatic Colors of #F8CFCE
Black with #F8CFCE
Text Example
Text Example
White with #F8CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFCE; }
p { color: rgb(248,207,206); }
H1.HeaderClassName
{
color: #F8CFCE;
}
.AnyTagClassName
{
color: #F8CFCE;
}
</style>
background-color css
<style>
a { background-color: #F8CFCE; }
a { background-color: rgb(248,207,206); }
div.DivClassName
{
background-color: #F8CFCE;
}
.BgClassName
{
background-color: #F8CFCE;
}
</style>
border-color css
<style>
span { border-color: #F8CFCE; }
span { border-color: rgb(248,207,206); }
td.TdClassName
{
border-color: #F8CFCE;
}
.TagClassName
{
border-color: #F8CFCE;
}
</style>