Shades of Classic Rose #FEC0ED
Tints of Classic Rose #FEC0ED
RGB
CMYK
RGB Variations
Color information
#FEC0ED (or 0xFEC0ED) is known color: Classic Rose. HEX triplet: FE, C0 and ED. RGB value is (254,192,237). Sum of RGB (Red+Green+Blue) = 254+192+237=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0ED is #013F12. Grayscale: #D7D7D7. Windows color (decimal): -81683 or 15581438. OLE color: 15581438.
HSL color Cylindrical-coordinate representation of color #FEC0ED: hue angle of 316.45º 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 #FEC0ED is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 192 | 237 | - |
CMYK | 0 | 0.24 | 0.07 | 0.00 |
HSL | 316.45º | 0.97% | 0.87% | - |
HSV(B) | 316.45º | 0.24% | 1% | - |
XYZ | 75.01 | 64.88 | 88.69 | - |
YUV | 215.67 | 140.04 | 155.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 237 | 0 | 0.24 | 0.07 | 0.00 | 316.45 | 0.97 | 0.87 |
Hex | FE | C0 | ED | 0 | 18 | 7 | 0 | 13C | 61 | 57 |
Octal | 376 | 300 | 355 | 0 | 30 | 7 | 0 | 474 | 141 | 127 |
Binary | 11111110 | 11000000 | 11101101 | 0 | 11000 | 111 | 0 | 100111100 | 1100001 | 1010111 |
Color Harmonies of #FEC0ED
Complementary color
Monochromatic Colors of #FEC0ED
Black with #FEC0ED
Text Example
Text Example
White with #FEC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0ED; }
p { color: rgb(254,192,237); }
H1.HeaderClassName
{
color: #FEC0ED;
}
.AnyTagClassName
{
color: #FEC0ED;
}
</style>
background-color css
<style>
a { background-color: #FEC0ED; }
a { background-color: rgb(254,192,237); }
div.DivClassName
{
background-color: #FEC0ED;
}
.BgClassName
{
background-color: #FEC0ED;
}
</style>
border-color css
<style>
span { border-color: #FEC0ED; }
span { border-color: rgb(254,192,237); }
td.TdClassName
{
border-color: #FEC0ED;
}
.TagClassName
{
border-color: #FEC0ED;
}
</style>