Shades of Cosmos #F7CFCE
Tints of Cosmos #F7CFCE
RGB
CMYK
RGB Variations
Color information
#F7CFCE (or 0xF7CFCE) is known color: Cosmos. HEX triplet: F7, CF and CE. RGB value is (247,207,206). Sum of RGB (Red+Green+Blue) = 247+207+206=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFCE is #083031. Grayscale: #DADADA. Windows color (decimal): -536626 or 13553655. OLE color: 13553655.
HSL color Cylindrical-coordinate representation of color #F7CFCE: hue angle of 1.46º 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 #F7CFCE is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 206 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.03 |
| HSL | 1.46º | 0.72% | 0.89% | - |
| HSV(B) | 1.46º | 0.17% | 0.97% | - |
| XYZ | 71.81 | 68.86 | 67.9 | - |
| YUV | 218.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 206 | 0 | 0.16 | 0.17 | 0.03 | 1.46 | 0.72 | 0.89 |
| Hex | F7 | CF | CE | 0 | 10 | 11 | 3 | 1 | 48 | 59 |
| Octal | 367 | 317 | 316 | 0 | 20 | 21 | 3 | 1 | 110 | 131 |
| Binary | 11110111 | 11001111 | 11001110 | 0 | 10000 | 10001 | 11 | 1 | 1001000 | 1011001 |
Color Harmonies of #F7CFCE
Complementary color
Monochromatic Colors of #F7CFCE
Black with #F7CFCE
Text Example
Text Example
White with #F7CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFCE; }
p { color: rgb(247,207,206); }
H1.HeaderClassName
{
color: #F7CFCE;
}
.AnyTagClassName
{
color: #F7CFCE;
}
</style>
background-color css
<style>
a { background-color: #F7CFCE; }
a { background-color: rgb(247,207,206); }
div.DivClassName
{
background-color: #F7CFCE;
}
.BgClassName
{
background-color: #F7CFCE;
}
</style>
border-color css
<style>
span { border-color: #F7CFCE; }
span { border-color: rgb(247,207,206); }
td.TdClassName
{
border-color: #F7CFCE;
}
.TagClassName
{
border-color: #F7CFCE;
}
</style>