Shades of Classic Rose #FEC5E4
Tints of Classic Rose #FEC5E4
RGB
CMYK
RGB Variations
Color information
#FEC5E4 (or 0xFEC5E4) is known color: Classic Rose. HEX triplet: FE, C5 and E4. RGB value is (254,197,228). Sum of RGB (Red+Green+Blue) = 254+197+228=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5E4 is #013A1B. Grayscale: #D9D9D9. Windows color (decimal): -80412 or 14992894. OLE color: 14992894.
HSL color Cylindrical-coordinate representation of color #FEC5E4: hue angle of 327.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5E4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 228 | - |
CMYK | 0 | 0.22 | 0.10 | 0.00 |
HSL | 327.37º | 0.97% | 0.88% | - |
HSV(B) | 327.37º | 0.22% | 1% | - |
XYZ | 74.84 | 66.6 | 82.31 | - |
YUV | 217.58 | 133.88 | 153.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 228 | 0 | 0.22 | 0.10 | 0.00 | 327.37 | 0.97 | 0.88 |
Hex | FE | C5 | E4 | 0 | 16 | A | 0 | 147 | 61 | 58 |
Octal | 376 | 305 | 344 | 0 | 26 | 12 | 0 | 507 | 141 | 130 |
Binary | 11111110 | 11000101 | 11100100 | 0 | 10110 | 1010 | 0 | 101000111 | 1100001 | 1011000 |
Color Harmonies of #FEC5E4
Complementary color
Monochromatic Colors of #FEC5E4
Black with #FEC5E4
Text Example
Text Example
White with #FEC5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5E4; }
p { color: rgb(254,197,228); }
H1.HeaderClassName
{
color: #FEC5E4;
}
.AnyTagClassName
{
color: #FEC5E4;
}
</style>
background-color css
<style>
a { background-color: #FEC5E4; }
a { background-color: rgb(254,197,228); }
div.DivClassName
{
background-color: #FEC5E4;
}
.BgClassName
{
background-color: #FEC5E4;
}
</style>
border-color css
<style>
span { border-color: #FEC5E4; }
span { border-color: rgb(254,197,228); }
td.TdClassName
{
border-color: #FEC5E4;
}
.TagClassName
{
border-color: #FEC5E4;
}
</style>