Shades of Classic Rose #FEC3D9
Tints of Classic Rose #FEC3D9
RGB
CMYK
RGB Variations
Color information
#FEC3D9 (or 0xFEC3D9) is known color: Classic Rose. HEX triplet: FE, C3 and D9. RGB value is (254,195,217). Sum of RGB (Red+Green+Blue) = 254+195+217=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D9 is #013C26. Grayscale: #D7D7D7. Windows color (decimal): -80935 or 14271486. OLE color: 14271486.
HSL color Cylindrical-coordinate representation of color #FEC3D9: hue angle of 337.63º 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 #FEC3D9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 217 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.00 |
| HSL | 337.63º | 0.97% | 0.88% | - |
| HSV(B) | 337.63º | 0.23% | 1% | - |
| XYZ | 72.91 | 65.11 | 74.37 | - |
| YUV | 215.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 217 | 0 | 0.23 | 0.15 | 0.00 | 337.63 | 0.97 | 0.88 |
| Hex | FE | C3 | D9 | 0 | 17 | F | 0 | 152 | 61 | 58 |
| Octal | 376 | 303 | 331 | 0 | 27 | 17 | 0 | 522 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11011001 | 0 | 10111 | 1111 | 0 | 101010010 | 1100001 | 1011000 |
Color Harmonies of #FEC3D9
Complementary color
Monochromatic Colors of #FEC3D9
Black with #FEC3D9
Text Example
Text Example
White with #FEC3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3D9; }
p { color: rgb(254,195,217); }
H1.HeaderClassName
{
color: #FEC3D9;
}
.AnyTagClassName
{
color: #FEC3D9;
}
</style>
background-color css
<style>
a { background-color: #FEC3D9; }
a { background-color: rgb(254,195,217); }
div.DivClassName
{
background-color: #FEC3D9;
}
.BgClassName
{
background-color: #FEC3D9;
}
</style>
border-color css
<style>
span { border-color: #FEC3D9; }
span { border-color: rgb(254,195,217); }
td.TdClassName
{
border-color: #FEC3D9;
}
.TagClassName
{
border-color: #FEC3D9;
}
</style>