Shades of Classic Rose #FEC3DC
Tints of Classic Rose #FEC3DC
RGB
CMYK
RGB Variations
Color information
#FEC3DC (or 0xFEC3DC) is known color: Classic Rose. HEX triplet: FE, C3 and DC. RGB value is (254,195,220). Sum of RGB (Red+Green+Blue) = 254+195+220=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DC is #013C23. Grayscale: #D7D7D7. Windows color (decimal): -80932 or 14468094. OLE color: 14468094.
HSL color Cylindrical-coordinate representation of color #FEC3DC: hue angle of 334.58º 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 #FEC3DC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 220 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.00 |
| HSL | 334.58º | 0.97% | 0.88% | - |
| HSV(B) | 334.58º | 0.23% | 1% | - |
| XYZ | 73.31 | 65.27 | 76.44 | - |
| YUV | 215.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 220 | 0 | 0.23 | 0.13 | 0.00 | 334.58 | 0.97 | 0.88 |
| Hex | FE | C3 | DC | 0 | 17 | D | 0 | 14F | 61 | 58 |
| Octal | 376 | 303 | 334 | 0 | 27 | 15 | 0 | 517 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011100 | 0 | 10111 | 1101 | 0 | 101001111 | 1100001 | 1011000 |
Color Harmonies of #FEC3DC
Complementary color
Monochromatic Colors of #FEC3DC
Black with #FEC3DC
Text Example
Text Example
White with #FEC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3DC; }
p { color: rgb(254,195,220); }
H1.HeaderClassName
{
color: #FEC3DC;
}
.AnyTagClassName
{
color: #FEC3DC;
}
</style>
background-color css
<style>
a { background-color: #FEC3DC; }
a { background-color: rgb(254,195,220); }
div.DivClassName
{
background-color: #FEC3DC;
}
.BgClassName
{
background-color: #FEC3DC;
}
</style>
border-color css
<style>
span { border-color: #FEC3DC; }
span { border-color: rgb(254,195,220); }
td.TdClassName
{
border-color: #FEC3DC;
}
.TagClassName
{
border-color: #FEC3DC;
}
</style>