Shades of Classic Rose #FEC5DC
Tints of Classic Rose #FEC5DC
RGB
CMYK
RGB Variations
Color information
#FEC5DC (or 0xFEC5DC) is known color: Classic Rose. HEX triplet: FE, C5 and DC. RGB value is (254,197,220). Sum of RGB (Red+Green+Blue) = 254+197+220=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 197 (77.34% from 255 or 29.36% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5DC is #013A23. Grayscale: #D8D8D8. Windows color (decimal): -80420 or 14468606. OLE color: 14468606.
HSL color Cylindrical-coordinate representation of color #FEC5DC: hue angle of 335.79º 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 #FEC5DC is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 220 | - |
CMYK | 0 | 0.22 | 0.13 | 0.00 |
HSL | 335.79º | 0.97% | 0.88% | - |
HSV(B) | 335.79º | 0.22% | 1% | - |
XYZ | 73.76 | 66.17 | 76.59 | - |
YUV | 216.67 | 129.88 | 154.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 220 | 0 | 0.22 | 0.13 | 0.00 | 335.79 | 0.97 | 0.88 |
Hex | FE | C5 | DC | 0 | 16 | D | 0 | 150 | 61 | 58 |
Octal | 376 | 305 | 334 | 0 | 26 | 15 | 0 | 520 | 141 | 130 |
Binary | 11111110 | 11000101 | 11011100 | 0 | 10110 | 1101 | 0 | 101010000 | 1100001 | 1011000 |
Color Harmonies of #FEC5DC
Complementary color
Monochromatic Colors of #FEC5DC
Black with #FEC5DC
Text Example
Text Example
White with #FEC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5DC; }
p { color: rgb(254,197,220); }
H1.HeaderClassName
{
color: #FEC5DC;
}
.AnyTagClassName
{
color: #FEC5DC;
}
</style>
background-color css
<style>
a { background-color: #FEC5DC; }
a { background-color: rgb(254,197,220); }
div.DivClassName
{
background-color: #FEC5DC;
}
.BgClassName
{
background-color: #FEC5DC;
}
</style>
border-color css
<style>
span { border-color: #FEC5DC; }
span { border-color: rgb(254,197,220); }
td.TdClassName
{
border-color: #FEC5DC;
}
.TagClassName
{
border-color: #FEC5DC;
}
</style>