Shades of Classic Rose #FECAE0
Tints of Classic Rose #FECAE0
RGB
CMYK
RGB Variations
Color information
#FECAE0 (or 0xFECAE0) is known color: Classic Rose. HEX triplet: FE, CA and E0. RGB value is (254,202,224). Sum of RGB (Red+Green+Blue) = 254+202+224=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE0 is #01351F. Grayscale: #DCDCDC. Windows color (decimal): -79136 or 14732030. OLE color: 14732030.
HSL color Cylindrical-coordinate representation of color #FECAE0: hue angle of 334.62º 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 #FECAE0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 224 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.00 |
| HSL | 334.62º | 0.96% | 0.89% | - |
| HSV(B) | 334.62º | 0.2% | 1% | - |
| XYZ | 75.45 | 68.69 | 79.8 | - |
| YUV | 220.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 224 | 0 | 0.20 | 0.12 | 0.00 | 334.62 | 0.96 | 0.89 |
| Hex | FE | CA | E0 | 0 | 14 | C | 0 | 14F | 60 | 59 |
| Octal | 376 | 312 | 340 | 0 | 24 | 14 | 0 | 517 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11100000 | 0 | 10100 | 1100 | 0 | 101001111 | 1100000 | 1011001 |
Color Harmonies of #FECAE0
Complementary color
Monochromatic Colors of #FECAE0
Black with #FECAE0
Text Example
Text Example
White with #FECAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAE0; }
p { color: rgb(254,202,224); }
H1.HeaderClassName
{
color: #FECAE0;
}
.AnyTagClassName
{
color: #FECAE0;
}
</style>
background-color css
<style>
a { background-color: #FECAE0; }
a { background-color: rgb(254,202,224); }
div.DivClassName
{
background-color: #FECAE0;
}
.BgClassName
{
background-color: #FECAE0;
}
</style>
border-color css
<style>
span { border-color: #FECAE0; }
span { border-color: rgb(254,202,224); }
td.TdClassName
{
border-color: #FECAE0;
}
.TagClassName
{
border-color: #FECAE0;
}
</style>