Shades of Classic Rose #FEC0DF
Tints of Classic Rose #FEC0DF
RGB
CMYK
RGB Variations
Color information
#FEC0DF (or 0xFEC0DF) is known color: Classic Rose. HEX triplet: FE, C0 and DF. RGB value is (254,192,223). Sum of RGB (Red+Green+Blue) = 254+192+223=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 192 (75.39% from 255 or 28.70% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DF is #013F20. Grayscale: #D6D6D6. Windows color (decimal): -81697 or 14663934. OLE color: 14663934.
HSL color Cylindrical-coordinate representation of color #FEC0DF: hue angle of 330º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0DF is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 223 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.00 |
| HSL | 330º | 0.97% | 0.87% | - |
| HSV(B) | 330º | 0.24% | 1% | - |
| XYZ | 73.04 | 64.1 | 78.33 | - |
| YUV | 214.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 223 | 0 | 0.24 | 0.12 | 0.00 | 330 | 0.97 | 0.87 |
| Hex | FE | C0 | DF | 0 | 18 | C | 0 | 14A | 61 | 57 |
| Octal | 376 | 300 | 337 | 0 | 30 | 14 | 0 | 512 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011111 | 0 | 11000 | 1100 | 0 | 101001010 | 1100001 | 1010111 |
Color Harmonies of #FEC0DF
Complementary color
Monochromatic Colors of #FEC0DF
Black with #FEC0DF
Text Example
Text Example
White with #FEC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DF; }
p { color: rgb(254,192,223); }
H1.HeaderClassName
{
color: #FEC0DF;
}
.AnyTagClassName
{
color: #FEC0DF;
}
</style>
background-color css
<style>
a { background-color: #FEC0DF; }
a { background-color: rgb(254,192,223); }
div.DivClassName
{
background-color: #FEC0DF;
}
.BgClassName
{
background-color: #FEC0DF;
}
</style>
border-color css
<style>
span { border-color: #FEC0DF; }
span { border-color: rgb(254,192,223); }
td.TdClassName
{
border-color: #FEC0DF;
}
.TagClassName
{
border-color: #FEC0DF;
}
</style>