Shades of Classic Rose #FEC2DF
Tints of Classic Rose #FEC2DF
RGB
CMYK
RGB Variations
Color information
#FEC2DF (or 0xFEC2DF) is known color: Classic Rose. HEX triplet: FE, C2 and DF. RGB value is (254,194,223). Sum of RGB (Red+Green+Blue) = 254+194+223=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2DF is #013D20. Grayscale: #D7D7D7. Windows color (decimal): -81185 or 14664446. OLE color: 14664446.
HSL color Cylindrical-coordinate representation of color #FEC2DF: hue angle of 331º 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 #FEC2DF is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 223 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.00 |
| HSL | 331º | 0.97% | 0.88% | - |
| HSV(B) | 331º | 0.24% | 1% | - |
| XYZ | 73.48 | 64.98 | 78.48 | - |
| YUV | 215.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 223 | 0 | 0.24 | 0.12 | 0.00 | 331 | 0.97 | 0.88 |
| Hex | FE | C2 | DF | 0 | 18 | C | 0 | 14B | 61 | 58 |
| Octal | 376 | 302 | 337 | 0 | 30 | 14 | 0 | 513 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11011111 | 0 | 11000 | 1100 | 0 | 101001011 | 1100001 | 1011000 |
Color Harmonies of #FEC2DF
Complementary color
Monochromatic Colors of #FEC2DF
Black with #FEC2DF
Text Example
Text Example
White with #FEC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2DF; }
p { color: rgb(254,194,223); }
H1.HeaderClassName
{
color: #FEC2DF;
}
.AnyTagClassName
{
color: #FEC2DF;
}
</style>
background-color css
<style>
a { background-color: #FEC2DF; }
a { background-color: rgb(254,194,223); }
div.DivClassName
{
background-color: #FEC2DF;
}
.BgClassName
{
background-color: #FEC2DF;
}
</style>
border-color css
<style>
span { border-color: #FEC2DF; }
span { border-color: rgb(254,194,223); }
td.TdClassName
{
border-color: #FEC2DF;
}
.TagClassName
{
border-color: #FEC2DF;
}
</style>