Shades of Classic Rose #FEC4DC
Tints of Classic Rose #FEC4DC
RGB
CMYK
RGB Variations
Color information
#FEC4DC (or 0xFEC4DC) is known color: Classic Rose. HEX triplet: FE, C4 and DC. RGB value is (254,196,220). Sum of RGB (Red+Green+Blue) = 254+196+220=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4DC is #013B23. Grayscale: #D8D8D8. Windows color (decimal): -80676 or 14468350. OLE color: 14468350.
HSL color Cylindrical-coordinate representation of color #FEC4DC: hue angle of 335.17º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4DC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 220 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.00 |
| HSL | 335.17º | 0.97% | 0.88% | - |
| HSV(B) | 335.17º | 0.23% | 1% | - |
| XYZ | 73.53 | 65.72 | 76.52 | - |
| YUV | 216.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 220 | 0 | 0.23 | 0.13 | 0.00 | 335.17 | 0.97 | 0.88 |
| Hex | FE | C4 | DC | 0 | 17 | D | 0 | 14F | 61 | 58 |
| Octal | 376 | 304 | 334 | 0 | 27 | 15 | 0 | 517 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11011100 | 0 | 10111 | 1101 | 0 | 101001111 | 1100001 | 1011000 |
Color Harmonies of #FEC4DC
Complementary color
Monochromatic Colors of #FEC4DC
Black with #FEC4DC
Text Example
Text Example
White with #FEC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4DC; }
p { color: rgb(254,196,220); }
H1.HeaderClassName
{
color: #FEC4DC;
}
.AnyTagClassName
{
color: #FEC4DC;
}
</style>
background-color css
<style>
a { background-color: #FEC4DC; }
a { background-color: rgb(254,196,220); }
div.DivClassName
{
background-color: #FEC4DC;
}
.BgClassName
{
background-color: #FEC4DC;
}
</style>
border-color css
<style>
span { border-color: #FEC4DC; }
span { border-color: rgb(254,196,220); }
td.TdClassName
{
border-color: #FEC4DC;
}
.TagClassName
{
border-color: #FEC4DC;
}
</style>