Shades of Classic Rose #FECAE7
Tints of Classic Rose #FECAE7
RGB
CMYK
RGB Variations
Color information
#FECAE7 (or 0xFECAE7) is known color: Classic Rose. HEX triplet: FE, CA and E7. RGB value is (254,202,231). Sum of RGB (Red+Green+Blue) = 254+202+231=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 202 (79.30% from 255 or 29.40% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAE7 is #013518. Grayscale: #DCDCDC. Windows color (decimal): -79129 or 15190782. OLE color: 15190782.
HSL color Cylindrical-coordinate representation of color #FECAE7: hue angle of 326.54º 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 #FECAE7 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 231 | - |
CMYK | 0 | 0.20 | 0.09 | 0.00 |
HSL | 326.54º | 0.96% | 0.89% | - |
HSV(B) | 326.54º | 0.2% | 1% | - |
XYZ | 76.42 | 69.08 | 84.91 | - |
YUV | 220.85 | 133.73 | 151.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 231 | 0 | 0.20 | 0.09 | 0.00 | 326.54 | 0.96 | 0.89 |
Hex | FE | CA | E7 | 0 | 14 | 9 | 0 | 147 | 60 | 59 |
Octal | 376 | 312 | 347 | 0 | 24 | 11 | 0 | 507 | 140 | 131 |
Binary | 11111110 | 11001010 | 11100111 | 0 | 10100 | 1001 | 0 | 101000111 | 1100000 | 1011001 |
Color Harmonies of #FECAE7
Complementary color
Monochromatic Colors of #FECAE7
Black with #FECAE7
Text Example
Text Example
White with #FECAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAE7; }
p { color: rgb(254,202,231); }
H1.HeaderClassName
{
color: #FECAE7;
}
.AnyTagClassName
{
color: #FECAE7;
}
</style>
background-color css
<style>
a { background-color: #FECAE7; }
a { background-color: rgb(254,202,231); }
div.DivClassName
{
background-color: #FECAE7;
}
.BgClassName
{
background-color: #FECAE7;
}
</style>
border-color css
<style>
span { border-color: #FECAE7; }
span { border-color: rgb(254,202,231); }
td.TdClassName
{
border-color: #FECAE7;
}
.TagClassName
{
border-color: #FECAE7;
}
</style>