Shades of Classic Rose #FEC3E3
Tints of Classic Rose #FEC3E3
RGB
CMYK
RGB Variations
Color information
#FEC3E3 (or 0xFEC3E3) is known color: Classic Rose. HEX triplet: FE, C3 and E3. RGB value is (254,195,227). Sum of RGB (Red+Green+Blue) = 254+195+227=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 195 (76.56% from 255 or 28.85% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3E3 is #013C1C. Grayscale: #D8D8D8. Windows color (decimal): -80925 or 14926846. OLE color: 14926846.
HSL color Cylindrical-coordinate representation of color #FEC3E3: hue angle of 327.46º 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 #FEC3E3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 227 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.00 |
| HSL | 327.46º | 0.97% | 0.88% | - |
| HSV(B) | 327.46º | 0.23% | 1% | - |
| XYZ | 74.25 | 65.65 | 81.43 | - |
| YUV | 216.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 227 | 0 | 0.23 | 0.11 | 0.00 | 327.46 | 0.97 | 0.88 |
| Hex | FE | C3 | E3 | 0 | 17 | B | 0 | 147 | 61 | 58 |
| Octal | 376 | 303 | 343 | 0 | 27 | 13 | 0 | 507 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11100011 | 0 | 10111 | 1011 | 0 | 101000111 | 1100001 | 1011000 |
Color Harmonies of #FEC3E3
Complementary color
Monochromatic Colors of #FEC3E3
Black with #FEC3E3
Text Example
Text Example
White with #FEC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3E3; }
p { color: rgb(254,195,227); }
H1.HeaderClassName
{
color: #FEC3E3;
}
.AnyTagClassName
{
color: #FEC3E3;
}
</style>
background-color css
<style>
a { background-color: #FEC3E3; }
a { background-color: rgb(254,195,227); }
div.DivClassName
{
background-color: #FEC3E3;
}
.BgClassName
{
background-color: #FEC3E3;
}
</style>
border-color css
<style>
span { border-color: #FEC3E3; }
span { border-color: rgb(254,195,227); }
td.TdClassName
{
border-color: #FEC3E3;
}
.TagClassName
{
border-color: #FEC3E3;
}
</style>