Shades of Classic Rose #FEC3EF
Tints of Classic Rose #FEC3EF
RGB
CMYK
RGB Variations
Color information
#FEC3EF (or 0xFEC3EF) is known color: Classic Rose. HEX triplet: FE, C3 and EF. RGB value is (254,195,239). Sum of RGB (Red+Green+Blue) = 254+195+239=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 195 (76.56% from 255 or 28.34% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3EF is #013C10. Grayscale: #D9D9D9. Windows color (decimal): -80913 or 15713278. OLE color: 15713278.
HSL color Cylindrical-coordinate representation of color #FEC3EF: hue angle of 315.25º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3EF is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 239 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.00 |
| HSL | 315.25º | 0.97% | 0.88% | - |
| HSV(B) | 315.25º | 0.23% | 1% | - |
| XYZ | 75.97 | 66.33 | 90.46 | - |
| YUV | 217.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 239 | 0 | 0.23 | 0.06 | 0.00 | 315.25 | 0.97 | 0.88 |
| Hex | FE | C3 | EF | 0 | 17 | 6 | 0 | 13B | 61 | 58 |
| Octal | 376 | 303 | 357 | 0 | 27 | 6 | 0 | 473 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11101111 | 0 | 10111 | 110 | 0 | 100111011 | 1100001 | 1011000 |
Color Harmonies of #FEC3EF
Complementary color
Monochromatic Colors of #FEC3EF
Black with #FEC3EF
Text Example
Text Example
White with #FEC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3EF; }
p { color: rgb(254,195,239); }
H1.HeaderClassName
{
color: #FEC3EF;
}
.AnyTagClassName
{
color: #FEC3EF;
}
</style>
background-color css
<style>
a { background-color: #FEC3EF; }
a { background-color: rgb(254,195,239); }
div.DivClassName
{
background-color: #FEC3EF;
}
.BgClassName
{
background-color: #FEC3EF;
}
</style>
border-color css
<style>
span { border-color: #FEC3EF; }
span { border-color: rgb(254,195,239); }
td.TdClassName
{
border-color: #FEC3EF;
}
.TagClassName
{
border-color: #FEC3EF;
}
</style>