Shades of Classic Rose #FEC1DC
Tints of Classic Rose #FEC1DC
RGB
CMYK
RGB Variations
Color information
#FEC1DC (or 0xFEC1DC) is known color: Classic Rose. HEX triplet: FE, C1 and DC. RGB value is (254,193,220). Sum of RGB (Red+Green+Blue) = 254+193+220=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1DC is #013E23. Grayscale: #D6D6D6. Windows color (decimal): -81444 or 14467582. OLE color: 14467582.
HSL color Cylindrical-coordinate representation of color #FEC1DC: hue angle of 333.44º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1DC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 220 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.00 |
| HSL | 333.44º | 0.97% | 0.88% | - |
| HSV(B) | 333.44º | 0.24% | 1% | - |
| XYZ | 72.86 | 64.38 | 76.3 | - |
| YUV | 214.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 220 | 0 | 0.24 | 0.13 | 0.00 | 333.44 | 0.97 | 0.88 |
| Hex | FE | C1 | DC | 0 | 18 | D | 0 | 14D | 61 | 58 |
| Octal | 376 | 301 | 334 | 0 | 30 | 15 | 0 | 515 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11011100 | 0 | 11000 | 1101 | 0 | 101001101 | 1100001 | 1011000 |
Color Harmonies of #FEC1DC
Complementary color
Monochromatic Colors of #FEC1DC
Black with #FEC1DC
Text Example
Text Example
White with #FEC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1DC; }
p { color: rgb(254,193,220); }
H1.HeaderClassName
{
color: #FEC1DC;
}
.AnyTagClassName
{
color: #FEC1DC;
}
</style>
background-color css
<style>
a { background-color: #FEC1DC; }
a { background-color: rgb(254,193,220); }
div.DivClassName
{
background-color: #FEC1DC;
}
.BgClassName
{
background-color: #FEC1DC;
}
</style>
border-color css
<style>
span { border-color: #FEC1DC; }
span { border-color: rgb(254,193,220); }
td.TdClassName
{
border-color: #FEC1DC;
}
.TagClassName
{
border-color: #FEC1DC;
}
</style>