Shades of Cosmos #FECDCA
Tints of Cosmos #FECDCA
RGB
CMYK
RGB Variations
Color information
#FECDCA (or 0xFECDCA) is known color: Cosmos. HEX triplet: FE, CD and CA. RGB value is (254,205,202). Sum of RGB (Red+Green+Blue) = 254+205+202=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCA is #013235. Grayscale: #DBDBDB. Windows color (decimal): -78390 or 13291006. OLE color: 13291006.
HSL color Cylindrical-coordinate representation of color #FECDCA: hue angle of 3.46º 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 #FECDCA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 202 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.00 |
| HSL | 3.46º | 0.96% | 0.89% | - |
| HSV(B) | 3.46º | 0.2% | 1% | - |
| XYZ | 73.37 | 69 | 65.33 | - |
| YUV | 219.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 202 | 0 | 0.19 | 0.20 | 0.00 | 3.46 | 0.96 | 0.89 |
| Hex | FE | CD | CA | 0 | 13 | 14 | 0 | 3 | 60 | 59 |
| Octal | 376 | 315 | 312 | 0 | 23 | 24 | 0 | 3 | 140 | 131 |
| Binary | 11111110 | 11001101 | 11001010 | 0 | 10011 | 10100 | 0 | 11 | 1100000 | 1011001 |
Color Harmonies of #FECDCA
Complementary color
Monochromatic Colors of #FECDCA
Black with #FECDCA
Text Example
Text Example
White with #FECDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDCA; }
p { color: rgb(254,205,202); }
H1.HeaderClassName
{
color: #FECDCA;
}
.AnyTagClassName
{
color: #FECDCA;
}
</style>
background-color css
<style>
a { background-color: #FECDCA; }
a { background-color: rgb(254,205,202); }
div.DivClassName
{
background-color: #FECDCA;
}
.BgClassName
{
background-color: #FECDCA;
}
</style>
border-color css
<style>
span { border-color: #FECDCA; }
span { border-color: rgb(254,205,202); }
td.TdClassName
{
border-color: #FECDCA;
}
.TagClassName
{
border-color: #FECDCA;
}
</style>