Shades of Classic Rose #FEC2ED
Tints of Classic Rose #FEC2ED
RGB
CMYK
RGB Variations
Color information
#FEC2ED (or 0xFEC2ED) is known color: Classic Rose. HEX triplet: FE, C2 and ED. RGB value is (254,194,237). Sum of RGB (Red+Green+Blue) = 254+194+237=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 194 (76.17% from 255 or 28.32% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2ED is #013D12. Grayscale: #D8D8D8. Windows color (decimal): -81171 or 15581950. OLE color: 15581950.
HSL color Cylindrical-coordinate representation of color #FEC2ED: hue angle of 317º 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 #FEC2ED is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 237 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.00 |
| HSL | 317º | 0.97% | 0.88% | - |
| HSV(B) | 317º | 0.24% | 1% | - |
| XYZ | 75.45 | 65.77 | 88.84 | - |
| YUV | 216.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 237 | 0 | 0.24 | 0.07 | 0.00 | 317 | 0.97 | 0.88 |
| Hex | FE | C2 | ED | 0 | 18 | 7 | 0 | 13D | 61 | 58 |
| Octal | 376 | 302 | 355 | 0 | 30 | 7 | 0 | 475 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101101 | 0 | 11000 | 111 | 0 | 100111101 | 1100001 | 1011000 |
Color Harmonies of #FEC2ED
Complementary color
Monochromatic Colors of #FEC2ED
Black with #FEC2ED
Text Example
Text Example
White with #FEC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2ED; }
p { color: rgb(254,194,237); }
H1.HeaderClassName
{
color: #FEC2ED;
}
.AnyTagClassName
{
color: #FEC2ED;
}
</style>
background-color css
<style>
a { background-color: #FEC2ED; }
a { background-color: rgb(254,194,237); }
div.DivClassName
{
background-color: #FEC2ED;
}
.BgClassName
{
background-color: #FEC2ED;
}
</style>
border-color css
<style>
span { border-color: #FEC2ED; }
span { border-color: rgb(254,194,237); }
td.TdClassName
{
border-color: #FEC2ED;
}
.TagClassName
{
border-color: #FEC2ED;
}
</style>