Shades of Classic Rose #FECAE8
Tints of Classic Rose #FECAE8
RGB
CMYK
RGB Variations
Color information
#FECAE8 (or 0xFECAE8) is known color: Classic Rose. HEX triplet: FE, CA and E8. RGB value is (254,202,232). Sum of RGB (Red+Green+Blue) = 254+202+232=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAE8 is #013517. Grayscale: #DCDCDC. Windows color (decimal): -79128 or 15256318. OLE color: 15256318.
HSL color Cylindrical-coordinate representation of color #FECAE8: hue angle of 325.38º 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 #FECAE8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 232 | - |
CMYK | 0 | 0.20 | 0.09 | 0.00 |
HSL | 325.38º | 0.96% | 0.89% | - |
HSV(B) | 325.38º | 0.2% | 1% | - |
XYZ | 76.56 | 69.14 | 85.65 | - |
YUV | 220.97 | 134.23 | 151.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 232 | 0 | 0.20 | 0.09 | 0.00 | 325.38 | 0.96 | 0.89 |
Hex | FE | CA | E8 | 0 | 14 | 9 | 0 | 145 | 60 | 59 |
Octal | 376 | 312 | 350 | 0 | 24 | 11 | 0 | 505 | 140 | 131 |
Binary | 11111110 | 11001010 | 11101000 | 0 | 10100 | 1001 | 0 | 101000101 | 1100000 | 1011001 |
Color Harmonies of #FECAE8
Complementary color
Monochromatic Colors of #FECAE8
Black with #FECAE8
Text Example
Text Example
White with #FECAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAE8; }
p { color: rgb(254,202,232); }
H1.HeaderClassName
{
color: #FECAE8;
}
.AnyTagClassName
{
color: #FECAE8;
}
</style>
background-color css
<style>
a { background-color: #FECAE8; }
a { background-color: rgb(254,202,232); }
div.DivClassName
{
background-color: #FECAE8;
}
.BgClassName
{
background-color: #FECAE8;
}
</style>
border-color css
<style>
span { border-color: #FECAE8; }
span { border-color: rgb(254,202,232); }
td.TdClassName
{
border-color: #FECAE8;
}
.TagClassName
{
border-color: #FECAE8;
}
</style>