Shades of Cosmos #FECBCA
Tints of Cosmos #FECBCA
RGB
CMYK
RGB Variations
Color information
#FECBCA (or 0xFECBCA) is known color: Cosmos. HEX triplet: FE, CB and CA. RGB value is (254,203,202). Sum of RGB (Red+Green+Blue) = 254+203+202=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBCA is #013435. Grayscale: #DADADA. Windows color (decimal): -78902 or 13290494. OLE color: 13290494.
HSL color Cylindrical-coordinate representation of color #FECBCA: hue angle of 1.15º 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 #FECBCA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 202 | - |
CMYK | 0 | 0.20 | 0.20 | 0.00 |
HSL | 1.15º | 0.96% | 0.89% | - |
HSV(B) | 1.15º | 0.2% | 1% | - |
XYZ | 72.89 | 68.05 | 65.17 | - |
YUV | 218.14 | 118.9 | 153.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 202 | 0 | 0.20 | 0.20 | 0.00 | 1.15 | 0.96 | 0.89 |
Hex | FE | CB | CA | 0 | 14 | 14 | 0 | 1 | 60 | 59 |
Octal | 376 | 313 | 312 | 0 | 24 | 24 | 0 | 1 | 140 | 131 |
Binary | 11111110 | 11001011 | 11001010 | 0 | 10100 | 10100 | 0 | 1 | 1100000 | 1011001 |
Color Harmonies of #FECBCA
Complementary color
Monochromatic Colors of #FECBCA
Black with #FECBCA
Text Example
Text Example
White with #FECBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBCA; }
p { color: rgb(254,203,202); }
H1.HeaderClassName
{
color: #FECBCA;
}
.AnyTagClassName
{
color: #FECBCA;
}
</style>
background-color css
<style>
a { background-color: #FECBCA; }
a { background-color: rgb(254,203,202); }
div.DivClassName
{
background-color: #FECBCA;
}
.BgClassName
{
background-color: #FECBCA;
}
</style>
border-color css
<style>
span { border-color: #FECBCA; }
span { border-color: rgb(254,203,202); }
td.TdClassName
{
border-color: #FECBCA;
}
.TagClassName
{
border-color: #FECBCA;
}
</style>