Shades of Classic Rose #FECAE1
Tints of Classic Rose #FECAE1
RGB
CMYK
RGB Variations
Color information
#FECAE1 (or 0xFECAE1) is known color: Classic Rose. HEX triplet: FE, CA and E1. RGB value is (254,202,225). Sum of RGB (Red+Green+Blue) = 254+202+225=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAE1 is #01351E. Grayscale: #DCDCDC. Windows color (decimal): -79135 or 14797566. OLE color: 14797566.
HSL color Cylindrical-coordinate representation of color #FECAE1: hue angle of 333.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 #FECAE1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 225 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.00 |
| HSL | 333.46º | 0.96% | 0.89% | - |
| HSV(B) | 333.46º | 0.2% | 1% | - |
| XYZ | 75.58 | 68.75 | 80.52 | - |
| YUV | 220.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 225 | 0 | 0.20 | 0.11 | 0.00 | 333.46 | 0.96 | 0.89 |
| Hex | FE | CA | E1 | 0 | 14 | B | 0 | 14D | 60 | 59 |
| Octal | 376 | 312 | 341 | 0 | 24 | 13 | 0 | 515 | 140 | 131 |
| Binary | 11111110 | 11001010 | 11100001 | 0 | 10100 | 1011 | 0 | 101001101 | 1100000 | 1011001 |
Color Harmonies of #FECAE1
Complementary color
Monochromatic Colors of #FECAE1
Black with #FECAE1
Text Example
Text Example
White with #FECAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAE1; }
p { color: rgb(254,202,225); }
H1.HeaderClassName
{
color: #FECAE1;
}
.AnyTagClassName
{
color: #FECAE1;
}
</style>
background-color css
<style>
a { background-color: #FECAE1; }
a { background-color: rgb(254,202,225); }
div.DivClassName
{
background-color: #FECAE1;
}
.BgClassName
{
background-color: #FECAE1;
}
</style>
border-color css
<style>
span { border-color: #FECAE1; }
span { border-color: rgb(254,202,225); }
td.TdClassName
{
border-color: #FECAE1;
}
.TagClassName
{
border-color: #FECAE1;
}
</style>