Shades of Classic Rose #FEC1E3
Tints of Classic Rose #FEC1E3
RGB
CMYK
RGB Variations
Color information
#FEC1E3 (or 0xFEC1E3) is known color: Classic Rose. HEX triplet: FE, C1 and E3. RGB value is (254,193,227). Sum of RGB (Red+Green+Blue) = 254+193+227=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1E3 is #013E1C. Grayscale: #D7D7D7. Windows color (decimal): -81437 or 14926334. OLE color: 14926334.
HSL color Cylindrical-coordinate representation of color #FEC1E3: hue angle of 326.56º 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 #FEC1E3 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 227 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.00 |
| HSL | 326.56º | 0.97% | 0.88% | - |
| HSV(B) | 326.56º | 0.24% | 1% | - |
| XYZ | 73.81 | 64.76 | 81.28 | - |
| YUV | 215.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 227 | 0 | 0.24 | 0.11 | 0.00 | 326.56 | 0.97 | 0.88 |
| Hex | FE | C1 | E3 | 0 | 18 | B | 0 | 147 | 61 | 58 |
| Octal | 376 | 301 | 343 | 0 | 30 | 13 | 0 | 507 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11100011 | 0 | 11000 | 1011 | 0 | 101000111 | 1100001 | 1011000 |
Color Harmonies of #FEC1E3
Complementary color
Monochromatic Colors of #FEC1E3
Black with #FEC1E3
Text Example
Text Example
White with #FEC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1E3; }
p { color: rgb(254,193,227); }
H1.HeaderClassName
{
color: #FEC1E3;
}
.AnyTagClassName
{
color: #FEC1E3;
}
</style>
background-color css
<style>
a { background-color: #FEC1E3; }
a { background-color: rgb(254,193,227); }
div.DivClassName
{
background-color: #FEC1E3;
}
.BgClassName
{
background-color: #FEC1E3;
}
</style>
border-color css
<style>
span { border-color: #FEC1E3; }
span { border-color: rgb(254,193,227); }
td.TdClassName
{
border-color: #FEC1E3;
}
.TagClassName
{
border-color: #FEC1E3;
}
</style>