Shades of Classic Rose #FEC5EA
Tints of Classic Rose #FEC5EA
RGB
CMYK
RGB Variations
Color information
#FEC5EA (or 0xFEC5EA) is known color: Classic Rose. HEX triplet: FE, C5 and EA. RGB value is (254,197,234). Sum of RGB (Red+Green+Blue) = 254+197+234=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5EA is #013A15. Grayscale: #DADADA. Windows color (decimal): -80406 or 15386110. OLE color: 15386110.
HSL color Cylindrical-coordinate representation of color #FEC5EA: hue angle of 321.05º 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 #FEC5EA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 234 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.00 |
| HSL | 321.05º | 0.97% | 0.88% | - |
| HSV(B) | 321.05º | 0.22% | 1% | - |
| XYZ | 75.69 | 66.94 | 86.77 | - |
| YUV | 218.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 234 | 0 | 0.22 | 0.08 | 0.00 | 321.05 | 0.97 | 0.88 |
| Hex | FE | C5 | EA | 0 | 16 | 8 | 0 | 141 | 61 | 58 |
| Octal | 376 | 305 | 352 | 0 | 26 | 10 | 0 | 501 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11101010 | 0 | 10110 | 1000 | 0 | 101000001 | 1100001 | 1011000 |
Color Harmonies of #FEC5EA
Complementary color
Monochromatic Colors of #FEC5EA
Black with #FEC5EA
Text Example
Text Example
White with #FEC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5EA; }
p { color: rgb(254,197,234); }
H1.HeaderClassName
{
color: #FEC5EA;
}
.AnyTagClassName
{
color: #FEC5EA;
}
</style>
background-color css
<style>
a { background-color: #FEC5EA; }
a { background-color: rgb(254,197,234); }
div.DivClassName
{
background-color: #FEC5EA;
}
.BgClassName
{
background-color: #FEC5EA;
}
</style>
border-color css
<style>
span { border-color: #FEC5EA; }
span { border-color: rgb(254,197,234); }
td.TdClassName
{
border-color: #FEC5EA;
}
.TagClassName
{
border-color: #FEC5EA;
}
</style>