Shades of Cosmos #FEC9C9
Tints of Cosmos #FEC9C9
RGB
CMYK
RGB Variations
Color information
#FEC9C9 (or 0xFEC9C9) is known color: Cosmos. HEX triplet: FE, C9 and C9. RGB value is (254,201,201). Sum of RGB (Red+Green+Blue) = 254+201+201=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C9 is #013636. Grayscale: #D8D8D8. Windows color (decimal): -79415 or 13224446. OLE color: 13224446.
HSL color Cylindrical-coordinate representation of color #FEC9C9: hue angle of 0º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9C9 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 201 | - |
CMYK | 0 | 0.21 | 0.21 | 0.00 |
HSL | 0º | 0.96% | 0.89% | - |
HSV(B) | 0º | 0.21% | 1% | - |
XYZ | 72.3 | 67.06 | 64.39 | - |
YUV | 216.85 | 119.06 | 154.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 201 | 0 | 0.21 | 0.21 | 0.00 | 0 | 0.96 | 0.89 |
Hex | FE | C9 | C9 | 0 | 15 | 15 | 0 | 0 | 60 | 59 |
Octal | 376 | 311 | 311 | 0 | 25 | 25 | 0 | 0 | 140 | 131 |
Binary | 11111110 | 11001001 | 11001001 | 0 | 10101 | 10101 | 0 | 0 | 1100000 | 1011001 |
Color Harmonies of #FEC9C9
Complementary color
Monochromatic Colors of #FEC9C9
Black with #FEC9C9
Text Example
Text Example
White with #FEC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C9; }
p { color: rgb(254,201,201); }
H1.HeaderClassName
{
color: #FEC9C9;
}
.AnyTagClassName
{
color: #FEC9C9;
}
</style>
background-color css
<style>
a { background-color: #FEC9C9; }
a { background-color: rgb(254,201,201); }
div.DivClassName
{
background-color: #FEC9C9;
}
.BgClassName
{
background-color: #FEC9C9;
}
</style>
border-color css
<style>
span { border-color: #FEC9C9; }
span { border-color: rgb(254,201,201); }
td.TdClassName
{
border-color: #FEC9C9;
}
.TagClassName
{
border-color: #FEC9C9;
}
</style>