Shades of Cosmos #FECAC9
Tints of Cosmos #FECAC9
RGB
CMYK
RGB Variations
Color information
#FECAC9 (or 0xFECAC9) is known color: Cosmos. HEX triplet: FE, CA and C9. RGB value is (254,202,201). Sum of RGB (Red+Green+Blue) = 254+202+201=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC9 is #013536. Grayscale: #D9D9D9. Windows color (decimal): -79159 or 13224702. OLE color: 13224702.
HSL color Cylindrical-coordinate representation of color #FECAC9: hue angle of 1.13º 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 #FECAC9 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 201 | - |
CMYK | 0 | 0.20 | 0.21 | 0.00 |
HSL | 1.13º | 0.96% | 0.89% | - |
HSV(B) | 1.13º | 0.21% | 1% | - |
XYZ | 72.54 | 67.53 | 64.47 | - |
YUV | 217.43 | 118.73 | 154.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 201 | 0 | 0.20 | 0.21 | 0.00 | 1.13 | 0.96 | 0.89 |
Hex | FE | CA | C9 | 0 | 14 | 15 | 0 | 1 | 60 | 59 |
Octal | 376 | 312 | 311 | 0 | 24 | 25 | 0 | 1 | 140 | 131 |
Binary | 11111110 | 11001010 | 11001001 | 0 | 10100 | 10101 | 0 | 1 | 1100000 | 1011001 |
Color Harmonies of #FECAC9
Complementary color
Monochromatic Colors of #FECAC9
Black with #FECAC9
Text Example
Text Example
White with #FECAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC9; }
p { color: rgb(254,202,201); }
H1.HeaderClassName
{
color: #FECAC9;
}
.AnyTagClassName
{
color: #FECAC9;
}
</style>
background-color css
<style>
a { background-color: #FECAC9; }
a { background-color: rgb(254,202,201); }
div.DivClassName
{
background-color: #FECAC9;
}
.BgClassName
{
background-color: #FECAC9;
}
</style>
border-color css
<style>
span { border-color: #FECAC9; }
span { border-color: rgb(254,202,201); }
td.TdClassName
{
border-color: #FECAC9;
}
.TagClassName
{
border-color: #FECAC9;
}
</style>