Shades of Classic Rose #FEC0DE
Tints of Classic Rose #FEC0DE
RGB
CMYK
RGB Variations
Color information
#FEC0DE (or 0xFEC0DE) is known color: Classic Rose. HEX triplet: FE, C0 and DE. RGB value is (254,192,222). Sum of RGB (Red+Green+Blue) = 254+192+222=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0DE is #013F21. Grayscale: #D5D5D5. Windows color (decimal): -81698 or 14598398. OLE color: 14598398.
HSL color Cylindrical-coordinate representation of color #FEC0DE: hue angle of 330.97º 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 #FEC0DE is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 222 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.00 |
| HSL | 330.97º | 0.97% | 0.87% | - |
| HSV(B) | 330.97º | 0.24% | 1% | - |
| XYZ | 72.91 | 64.04 | 77.63 | - |
| YUV | 213.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 222 | 0 | 0.24 | 0.13 | 0.00 | 330.97 | 0.97 | 0.87 |
| Hex | FE | C0 | DE | 0 | 18 | D | 0 | 14B | 61 | 57 |
| Octal | 376 | 300 | 336 | 0 | 30 | 15 | 0 | 513 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11011110 | 0 | 11000 | 1101 | 0 | 101001011 | 1100001 | 1010111 |
Color Harmonies of #FEC0DE
Complementary color
Monochromatic Colors of #FEC0DE
Black with #FEC0DE
Text Example
Text Example
White with #FEC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0DE; }
p { color: rgb(254,192,222); }
H1.HeaderClassName
{
color: #FEC0DE;
}
.AnyTagClassName
{
color: #FEC0DE;
}
</style>
background-color css
<style>
a { background-color: #FEC0DE; }
a { background-color: rgb(254,192,222); }
div.DivClassName
{
background-color: #FEC0DE;
}
.BgClassName
{
background-color: #FEC0DE;
}
</style>
border-color css
<style>
span { border-color: #FEC0DE; }
span { border-color: rgb(254,192,222); }
td.TdClassName
{
border-color: #FEC0DE;
}
.TagClassName
{
border-color: #FEC0DE;
}
</style>