Shades of Classic Rose #FEC2EF
Tints of Classic Rose #FEC2EF
RGB
CMYK
RGB Variations
Color information
#FEC2EF (or 0xFEC2EF) is known color: Classic Rose. HEX triplet: FE, C2 and EF. RGB value is (254,194,239). Sum of RGB (Red+Green+Blue) = 254+194+239=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 194 (76.17% from 255 or 28.24% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2EF is #013D10. Grayscale: #D8D8D8. Windows color (decimal): -81169 or 15713022. OLE color: 15713022.
HSL color Cylindrical-coordinate representation of color #FEC2EF: hue angle of 315º 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 #FEC2EF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 239 | - |
CMYK | 0 | 0.24 | 0.06 | 0.00 |
HSL | 315º | 0.97% | 0.88% | - |
HSV(B) | 315º | 0.24% | 1% | - |
XYZ | 75.74 | 65.89 | 90.39 | - |
YUV | 217.07 | 140.38 | 154.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 239 | 0 | 0.24 | 0.06 | 0.00 | 315 | 0.97 | 0.88 |
Hex | FE | C2 | EF | 0 | 18 | 6 | 0 | 13B | 61 | 58 |
Octal | 376 | 302 | 357 | 0 | 30 | 6 | 0 | 473 | 141 | 130 |
Binary | 11111110 | 11000010 | 11101111 | 0 | 11000 | 110 | 0 | 100111011 | 1100001 | 1011000 |
Color Harmonies of #FEC2EF
Complementary color
Monochromatic Colors of #FEC2EF
Black with #FEC2EF
Text Example
Text Example
White with #FEC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2EF; }
p { color: rgb(254,194,239); }
H1.HeaderClassName
{
color: #FEC2EF;
}
.AnyTagClassName
{
color: #FEC2EF;
}
</style>
background-color css
<style>
a { background-color: #FEC2EF; }
a { background-color: rgb(254,194,239); }
div.DivClassName
{
background-color: #FEC2EF;
}
.BgClassName
{
background-color: #FEC2EF;
}
</style>
border-color css
<style>
span { border-color: #FEC2EF; }
span { border-color: rgb(254,194,239); }
td.TdClassName
{
border-color: #FEC2EF;
}
.TagClassName
{
border-color: #FEC2EF;
}
</style>