Shades of Classic Rose #FEC2EA
Tints of Classic Rose #FEC2EA
RGB
CMYK
RGB Variations
Color information
#FEC2EA (or 0xFEC2EA) is known color: Classic Rose. HEX triplet: FE, C2 and EA. RGB value is (254,194,234). Sum of RGB (Red+Green+Blue) = 254+194+234=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EA is #013D15. Grayscale: #D8D8D8. Windows color (decimal): -81174 or 15385342. OLE color: 15385342.
HSL color Cylindrical-coordinate representation of color #FEC2EA: hue angle of 320º 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 #FEC2EA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 234 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.00 |
| HSL | 320º | 0.97% | 0.88% | - |
| HSV(B) | 320º | 0.24% | 1% | - |
| XYZ | 75.02 | 65.59 | 86.55 | - |
| YUV | 216.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 234 | 0 | 0.24 | 0.08 | 0.00 | 320 | 0.97 | 0.88 |
| Hex | FE | C2 | EA | 0 | 18 | 8 | 0 | 140 | 61 | 58 |
| Octal | 376 | 302 | 352 | 0 | 30 | 10 | 0 | 500 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11101010 | 0 | 11000 | 1000 | 0 | 101000000 | 1100001 | 1011000 |
Color Harmonies of #FEC2EA
Complementary color
Monochromatic Colors of #FEC2EA
Black with #FEC2EA
Text Example
Text Example
White with #FEC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2EA; }
p { color: rgb(254,194,234); }
H1.HeaderClassName
{
color: #FEC2EA;
}
.AnyTagClassName
{
color: #FEC2EA;
}
</style>
background-color css
<style>
a { background-color: #FEC2EA; }
a { background-color: rgb(254,194,234); }
div.DivClassName
{
background-color: #FEC2EA;
}
.BgClassName
{
background-color: #FEC2EA;
}
</style>
border-color css
<style>
span { border-color: #FEC2EA; }
span { border-color: rgb(254,194,234); }
td.TdClassName
{
border-color: #FEC2EA;
}
.TagClassName
{
border-color: #FEC2EA;
}
</style>