Shades of Classic Rose #FEC1E8
Tints of Classic Rose #FEC1E8
RGB
CMYK
RGB Variations
Color information
#FEC1E8 (or 0xFEC1E8) is known color: Classic Rose. HEX triplet: FE, C1 and E8. RGB value is (254,193,232). Sum of RGB (Red+Green+Blue) = 254+193+232=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 193 (75.78% from 255 or 28.42% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1E8 is #013E17. Grayscale: #D7D7D7. Windows color (decimal): -81432 or 15254014. OLE color: 15254014.
HSL color Cylindrical-coordinate representation of color #FEC1E8: hue angle of 321.64º 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 #FEC1E8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 232 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.00 |
| HSL | 321.64º | 0.97% | 0.88% | - |
| HSV(B) | 321.64º | 0.24% | 1% | - |
| XYZ | 74.51 | 65.04 | 84.97 | - |
| YUV | 215.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 232 | 0 | 0.24 | 0.09 | 0.00 | 321.64 | 0.97 | 0.88 |
| Hex | FE | C1 | E8 | 0 | 18 | 9 | 0 | 142 | 61 | 58 |
| Octal | 376 | 301 | 350 | 0 | 30 | 11 | 0 | 502 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11101000 | 0 | 11000 | 1001 | 0 | 101000010 | 1100001 | 1011000 |
Color Harmonies of #FEC1E8
Complementary color
Monochromatic Colors of #FEC1E8
Black with #FEC1E8
Text Example
Text Example
White with #FEC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1E8; }
p { color: rgb(254,193,232); }
H1.HeaderClassName
{
color: #FEC1E8;
}
.AnyTagClassName
{
color: #FEC1E8;
}
</style>
background-color css
<style>
a { background-color: #FEC1E8; }
a { background-color: rgb(254,193,232); }
div.DivClassName
{
background-color: #FEC1E8;
}
.BgClassName
{
background-color: #FEC1E8;
}
</style>
border-color css
<style>
span { border-color: #FEC1E8; }
span { border-color: rgb(254,193,232); }
td.TdClassName
{
border-color: #FEC1E8;
}
.TagClassName
{
border-color: #FEC1E8;
}
</style>