Shades of Classic Rose #FEC5F0
Tints of Classic Rose #FEC5F0
RGB
CMYK
RGB Variations
Color information
#FEC5F0 (or 0xFEC5F0) is known color: Classic Rose. HEX triplet: FE, C5 and F0. RGB value is (254,197,240). Sum of RGB (Red+Green+Blue) = 254+197+240=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5F0 is #013A0F. Grayscale: #DADADA. Windows color (decimal): -80400 or 15779326. OLE color: 15779326.
HSL color Cylindrical-coordinate representation of color #FEC5F0: hue angle of 314.74º 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 #FEC5F0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 240 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.00 |
| HSL | 314.74º | 0.97% | 0.88% | - |
| HSV(B) | 314.74º | 0.22% | 1% | - |
| XYZ | 76.57 | 67.29 | 91.39 | - |
| YUV | 218.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 240 | 0 | 0.22 | 0.06 | 0.00 | 314.74 | 0.97 | 0.88 |
| Hex | FE | C5 | F0 | 0 | 16 | 6 | 0 | 13B | 61 | 58 |
| Octal | 376 | 305 | 360 | 0 | 26 | 6 | 0 | 473 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11110000 | 0 | 10110 | 110 | 0 | 100111011 | 1100001 | 1011000 |
Color Harmonies of #FEC5F0
Complementary color
Monochromatic Colors of #FEC5F0
Black with #FEC5F0
Text Example
Text Example
White with #FEC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5F0; }
p { color: rgb(254,197,240); }
H1.HeaderClassName
{
color: #FEC5F0;
}
.AnyTagClassName
{
color: #FEC5F0;
}
</style>
background-color css
<style>
a { background-color: #FEC5F0; }
a { background-color: rgb(254,197,240); }
div.DivClassName
{
background-color: #FEC5F0;
}
.BgClassName
{
background-color: #FEC5F0;
}
</style>
border-color css
<style>
span { border-color: #FEC5F0; }
span { border-color: rgb(254,197,240); }
td.TdClassName
{
border-color: #FEC5F0;
}
.TagClassName
{
border-color: #FEC5F0;
}
</style>