Shades of Classic Rose #FEC2E7
Tints of Classic Rose #FEC2E7
RGB
CMYK
RGB Variations
Color information
#FEC2E7 (or 0xFEC2E7) is known color: Classic Rose. HEX triplet: FE, C2 and E7. RGB value is (254,194,231). Sum of RGB (Red+Green+Blue) = 254+194+231=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2E7 is #013D18. Grayscale: #D8D8D8. Windows color (decimal): -81177 or 15188734. OLE color: 15188734.
HSL color Cylindrical-coordinate representation of color #FEC2E7: hue angle of 323º 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 #FEC2E7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 231 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.00 |
| HSL | 323º | 0.97% | 0.88% | - |
| HSV(B) | 323º | 0.24% | 1% | - |
| XYZ | 74.59 | 65.42 | 84.3 | - |
| YUV | 216.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 231 | 0 | 0.24 | 0.09 | 0.00 | 323 | 0.97 | 0.88 |
| Hex | FE | C2 | E7 | 0 | 18 | 9 | 0 | 143 | 61 | 58 |
| Octal | 376 | 302 | 347 | 0 | 30 | 11 | 0 | 503 | 141 | 130 |
| Binary | 11111110 | 11000010 | 11100111 | 0 | 11000 | 1001 | 0 | 101000011 | 1100001 | 1011000 |
Color Harmonies of #FEC2E7
Complementary color
Monochromatic Colors of #FEC2E7
Black with #FEC2E7
Text Example
Text Example
White with #FEC2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2E7; }
p { color: rgb(254,194,231); }
H1.HeaderClassName
{
color: #FEC2E7;
}
.AnyTagClassName
{
color: #FEC2E7;
}
</style>
background-color css
<style>
a { background-color: #FEC2E7; }
a { background-color: rgb(254,194,231); }
div.DivClassName
{
background-color: #FEC2E7;
}
.BgClassName
{
background-color: #FEC2E7;
}
</style>
border-color css
<style>
span { border-color: #FEC2E7; }
span { border-color: rgb(254,194,231); }
td.TdClassName
{
border-color: #FEC2E7;
}
.TagClassName
{
border-color: #FEC2E7;
}
</style>