Shades of Classic Rose #FEC3DD
Tints of Classic Rose #FEC3DD
RGB
CMYK
RGB Variations
Color information
#FEC3DD (or 0xFEC3DD) is known color: Classic Rose. HEX triplet: FE, C3 and DD. RGB value is (254,195,221). Sum of RGB (Red+Green+Blue) = 254+195+221=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DD is #013C22. Grayscale: #D7D7D7. Windows color (decimal): -80931 or 14533630. OLE color: 14533630.
HSL color Cylindrical-coordinate representation of color #FEC3DD: hue angle of 333.56º 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 #FEC3DD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 221 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.00 |
| HSL | 333.56º | 0.97% | 0.88% | - |
| HSV(B) | 333.56º | 0.23% | 1% | - |
| XYZ | 73.44 | 65.32 | 77.14 | - |
| YUV | 215.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 221 | 0 | 0.23 | 0.13 | 0.00 | 333.56 | 0.97 | 0.88 |
| Hex | FE | C3 | DD | 0 | 17 | D | 0 | 14E | 61 | 58 |
| Octal | 376 | 303 | 335 | 0 | 27 | 15 | 0 | 516 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011101 | 0 | 10111 | 1101 | 0 | 101001110 | 1100001 | 1011000 |
Color Harmonies of #FEC3DD
Complementary color
Monochromatic Colors of #FEC3DD
Black with #FEC3DD
Text Example
Text Example
White with #FEC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3DD; }
p { color: rgb(254,195,221); }
H1.HeaderClassName
{
color: #FEC3DD;
}
.AnyTagClassName
{
color: #FEC3DD;
}
</style>
background-color css
<style>
a { background-color: #FEC3DD; }
a { background-color: rgb(254,195,221); }
div.DivClassName
{
background-color: #FEC3DD;
}
.BgClassName
{
background-color: #FEC3DD;
}
</style>
border-color css
<style>
span { border-color: #FEC3DD; }
span { border-color: rgb(254,195,221); }
td.TdClassName
{
border-color: #FEC3DD;
}
.TagClassName
{
border-color: #FEC3DD;
}
</style>