Shades of Classic Rose #FEC7DF
Tints of Classic Rose #FEC7DF
RGB
CMYK
RGB Variations
Color information
#FEC7DF (or 0xFEC7DF) is known color: Classic Rose. HEX triplet: FE, C7 and DF. RGB value is (254,199,223). Sum of RGB (Red+Green+Blue) = 254+199+223=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7DF is #013820. Grayscale: #DADADA. Windows color (decimal): -79905 or 14665726. OLE color: 14665726.
HSL color Cylindrical-coordinate representation of color #FEC7DF: hue angle of 333.82º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7DF is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 223 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.00 |
| HSL | 333.82º | 0.96% | 0.89% | - |
| HSV(B) | 333.82º | 0.22% | 1% | - |
| XYZ | 74.62 | 67.25 | 78.86 | - |
| YUV | 218.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 223 | 0 | 0.22 | 0.12 | 0.00 | 333.82 | 0.96 | 0.89 |
| Hex | FE | C7 | DF | 0 | 16 | C | 0 | 14E | 60 | 59 |
| Octal | 376 | 307 | 337 | 0 | 26 | 14 | 0 | 516 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11011111 | 0 | 10110 | 1100 | 0 | 101001110 | 1100000 | 1011001 |
Color Harmonies of #FEC7DF
Complementary color
Monochromatic Colors of #FEC7DF
Black with #FEC7DF
Text Example
Text Example
White with #FEC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7DF; }
p { color: rgb(254,199,223); }
H1.HeaderClassName
{
color: #FEC7DF;
}
.AnyTagClassName
{
color: #FEC7DF;
}
</style>
background-color css
<style>
a { background-color: #FEC7DF; }
a { background-color: rgb(254,199,223); }
div.DivClassName
{
background-color: #FEC7DF;
}
.BgClassName
{
background-color: #FEC7DF;
}
</style>
border-color css
<style>
span { border-color: #FEC7DF; }
span { border-color: rgb(254,199,223); }
td.TdClassName
{
border-color: #FEC7DF;
}
.TagClassName
{
border-color: #FEC7DF;
}
</style>