Shades of Classic Rose #FEC2E9
Tints of Classic Rose #FEC2E9
RGB
CMYK
RGB Variations
Color information
#FEC2E9 (or 0xFEC2E9) is known color: Classic Rose. HEX triplet: FE, C2 and E9. RGB value is (254,194,233). Sum of RGB (Red+Green+Blue) = 254+194+233=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 194 (76.17% from 255 or 28.49% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2E9 is #013D16. Grayscale: #D8D8D8. Windows color (decimal): -81175 or 15319806. OLE color: 15319806.
HSL color Cylindrical-coordinate representation of color #FEC2E9: hue angle of 321º 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 #FEC2E9 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 233 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.00 |
| HSL | 321º | 0.97% | 0.88% | - |
| HSV(B) | 321º | 0.24% | 1% | - |
| XYZ | 74.87 | 65.54 | 85.79 | - |
| YUV | 216.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 233 | 0 | 0.24 | 0.08 | 0.00 | 321 | 0.97 | 0.88 |
| Hex | FE | C2 | E9 | 0 | 18 | 8 | 0 | 141 | 61 | 58 |
| Octal | 376 | 302 | 351 | 0 | 30 | 10 | 0 | 501 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101001 | 0 | 11000 | 1000 | 0 | 101000001 | 1100001 | 1011000 |
Color Harmonies of #FEC2E9
Complementary color
Monochromatic Colors of #FEC2E9
Black with #FEC2E9
Text Example
Text Example
White with #FEC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2E9; }
p { color: rgb(254,194,233); }
H1.HeaderClassName
{
color: #FEC2E9;
}
.AnyTagClassName
{
color: #FEC2E9;
}
</style>
background-color css
<style>
a { background-color: #FEC2E9; }
a { background-color: rgb(254,194,233); }
div.DivClassName
{
background-color: #FEC2E9;
}
.BgClassName
{
background-color: #FEC2E9;
}
</style>
border-color css
<style>
span { border-color: #FEC2E9; }
span { border-color: rgb(254,194,233); }
td.TdClassName
{
border-color: #FEC2E9;
}
.TagClassName
{
border-color: #FEC2E9;
}
</style>