Shades of Cosmos #FECACA
Tints of Cosmos #FECACA
RGB
CMYK
RGB Variations
Color information
#FECACA (or 0xFECACA) is known color: Cosmos. HEX triplet: FE, CA and CA. RGB value is (254,202,202). Sum of RGB (Red+Green+Blue) = 254+202+202=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACA is #013535. Grayscale: #D9D9D9. Windows color (decimal): -79158 or 13290238. OLE color: 13290238.
HSL color Cylindrical-coordinate representation of color #FECACA: hue angle of 0º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 202 | - |
CMYK | 0 | 0.20 | 0.20 | 0.00 |
HSL | 0º | 0.96% | 0.89% | - |
HSV(B) | 0º | 0.2% | 1% | - |
XYZ | 72.65 | 67.58 | 65.09 | - |
YUV | 217.55 | 119.23 | 154 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 202 | 0 | 0.20 | 0.20 | 0.00 | 0 | 0.96 | 0.89 |
Hex | FE | CA | CA | 0 | 14 | 14 | 0 | 0 | 60 | 59 |
Octal | 376 | 312 | 312 | 0 | 24 | 24 | 0 | 0 | 140 | 131 |
Binary | 11111110 | 11001010 | 11001010 | 0 | 10100 | 10100 | 0 | 0 | 1100000 | 1011001 |
Color Harmonies of #FECACA
Complementary color
Monochromatic Colors of #FECACA
Black with #FECACA
Text Example
Text Example
White with #FECACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECACA; }
p { color: rgb(254,202,202); }
H1.HeaderClassName
{
color: #FECACA;
}
.AnyTagClassName
{
color: #FECACA;
}
</style>
background-color css
<style>
a { background-color: #FECACA; }
a { background-color: rgb(254,202,202); }
div.DivClassName
{
background-color: #FECACA;
}
.BgClassName
{
background-color: #FECACA;
}
</style>
border-color css
<style>
span { border-color: #FECACA; }
span { border-color: rgb(254,202,202); }
td.TdClassName
{
border-color: #FECACA;
}
.TagClassName
{
border-color: #FECACA;
}
</style>