Shades of Classic Rose #FEC5DF
Tints of Classic Rose #FEC5DF
RGB
CMYK
RGB Variations
Color information
#FEC5DF (or 0xFEC5DF) is known color: Classic Rose. HEX triplet: FE, C5 and DF. RGB value is (254,197,223). Sum of RGB (Red+Green+Blue) = 254+197+223=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5DF is #013A20. Grayscale: #D8D8D8. Windows color (decimal): -80417 or 14665214. OLE color: 14665214.
HSL color Cylindrical-coordinate representation of color #FEC5DF: hue angle of 332.63º 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 #FEC5DF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 223 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.00 |
| HSL | 332.63º | 0.97% | 0.88% | - |
| HSV(B) | 332.63º | 0.22% | 1% | - |
| XYZ | 74.16 | 66.33 | 78.71 | - |
| YUV | 217.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 223 | 0 | 0.22 | 0.12 | 0.00 | 332.63 | 0.97 | 0.88 |
| Hex | FE | C5 | DF | 0 | 16 | C | 0 | 14D | 61 | 58 |
| Octal | 376 | 305 | 337 | 0 | 26 | 14 | 0 | 515 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11011111 | 0 | 10110 | 1100 | 0 | 101001101 | 1100001 | 1011000 |
Color Harmonies of #FEC5DF
Complementary color
Monochromatic Colors of #FEC5DF
Black with #FEC5DF
Text Example
Text Example
White with #FEC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5DF; }
p { color: rgb(254,197,223); }
H1.HeaderClassName
{
color: #FEC5DF;
}
.AnyTagClassName
{
color: #FEC5DF;
}
</style>
background-color css
<style>
a { background-color: #FEC5DF; }
a { background-color: rgb(254,197,223); }
div.DivClassName
{
background-color: #FEC5DF;
}
.BgClassName
{
background-color: #FEC5DF;
}
</style>
border-color css
<style>
span { border-color: #FEC5DF; }
span { border-color: rgb(254,197,223); }
td.TdClassName
{
border-color: #FEC5DF;
}
.TagClassName
{
border-color: #FEC5DF;
}
</style>