Shades of Cosmos #F9CECE
Tints of Cosmos #F9CECE
RGB
CMYK
RGB Variations
Color information
#F9CECE (or 0xF9CECE) is known color: Cosmos. HEX triplet: F9, CE and CE. RGB value is (249,206,206). Sum of RGB (Red+Green+Blue) = 249+206+206=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECE is #063131. Grayscale: #DADADA. Windows color (decimal): -405810 or 13553401. OLE color: 13553401.
HSL color Cylindrical-coordinate representation of color #F9CECE: hue angle of 0º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CECE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 206 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.02 |
| HSL | 0º | 0.78% | 0.89% | - |
| HSV(B) | 0º | 0.17% | 0.98% | - |
| XYZ | 72.28 | 68.74 | 67.85 | - |
| YUV | 218.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 206 | 0 | 0.17 | 0.17 | 0.02 | 0 | 0.78 | 0.89 |
| Hex | F9 | CE | CE | 0 | 11 | 11 | 2 | 0 | 4E | 59 |
| Octal | 371 | 316 | 316 | 0 | 21 | 21 | 2 | 0 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11001110 | 0 | 10001 | 10001 | 10 | 0 | 1001110 | 1011001 |
Color Harmonies of #F9CECE
Complementary color
Monochromatic Colors of #F9CECE
Black with #F9CECE
Text Example
Text Example
White with #F9CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CECE; }
p { color: rgb(249,206,206); }
H1.HeaderClassName
{
color: #F9CECE;
}
.AnyTagClassName
{
color: #F9CECE;
}
</style>
background-color css
<style>
a { background-color: #F9CECE; }
a { background-color: rgb(249,206,206); }
div.DivClassName
{
background-color: #F9CECE;
}
.BgClassName
{
background-color: #F9CECE;
}
</style>
border-color css
<style>
span { border-color: #F9CECE; }
span { border-color: rgb(249,206,206); }
td.TdClassName
{
border-color: #F9CECE;
}
.TagClassName
{
border-color: #F9CECE;
}
</style>