Shades of Cosmos #FECCCA
Tints of Cosmos #FECCCA
RGB
CMYK
RGB Variations
Color information
#FECCCA (or 0xFECCCA) is known color: Cosmos. HEX triplet: FE, CC and CA. RGB value is (254,204,202). Sum of RGB (Red+Green+Blue) = 254+204+202=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCCA is #013335. Grayscale: #DADADA. Windows color (decimal): -78646 or 13290750. OLE color: 13290750.
HSL color Cylindrical-coordinate representation of color #FECCCA: hue angle of 2.31º 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 #FECCCA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.00 |
| HSL | 2.31º | 0.96% | 0.89% | - |
| HSV(B) | 2.31º | 0.2% | 1% | - |
| XYZ | 73.13 | 68.52 | 65.25 | - |
| YUV | 218.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 202 | 0 | 0.20 | 0.20 | 0.00 | 2.31 | 0.96 | 0.89 |
| Hex | FE | CC | CA | 0 | 14 | 14 | 0 | 2 | 60 | 59 |
| Octal | 376 | 314 | 312 | 0 | 24 | 24 | 0 | 2 | 140 | 131 |
| Binary | 11111110 | 11001100 | 11001010 | 0 | 10100 | 10100 | 0 | 10 | 1100000 | 1011001 |
Color Harmonies of #FECCCA
Complementary color
Monochromatic Colors of #FECCCA
Black with #FECCCA
Text Example
Text Example
White with #FECCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCCA; }
p { color: rgb(254,204,202); }
H1.HeaderClassName
{
color: #FECCCA;
}
.AnyTagClassName
{
color: #FECCCA;
}
</style>
background-color css
<style>
a { background-color: #FECCCA; }
a { background-color: rgb(254,204,202); }
div.DivClassName
{
background-color: #FECCCA;
}
.BgClassName
{
background-color: #FECCCA;
}
</style>
border-color css
<style>
span { border-color: #FECCCA; }
span { border-color: rgb(254,204,202); }
td.TdClassName
{
border-color: #FECCCA;
}
.TagClassName
{
border-color: #FECCCA;
}
</style>