Shades of Classic Rose #FEC1E4
Tints of Classic Rose #FEC1E4
RGB
CMYK
RGB Variations
Color information
#FEC1E4 (or 0xFEC1E4) is known color: Classic Rose. HEX triplet: FE, C1 and E4. RGB value is (254,193,228). Sum of RGB (Red+Green+Blue) = 254+193+228=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1E4 is #013E1B. Grayscale: #D7D7D7. Windows color (decimal): -81436 or 14991870. OLE color: 14991870.
HSL color Cylindrical-coordinate representation of color #FEC1E4: hue angle of 325.57º 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 #FEC1E4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 228 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.00 |
| HSL | 325.57º | 0.97% | 0.88% | - |
| HSV(B) | 325.57º | 0.24% | 1% | - |
| XYZ | 73.95 | 64.81 | 82.01 | - |
| YUV | 215.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 228 | 0 | 0.24 | 0.10 | 0.00 | 325.57 | 0.97 | 0.88 |
| Hex | FE | C1 | E4 | 0 | 18 | A | 0 | 146 | 61 | 58 |
| Octal | 376 | 301 | 344 | 0 | 30 | 12 | 0 | 506 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11100100 | 0 | 11000 | 1010 | 0 | 101000110 | 1100001 | 1011000 |
Color Harmonies of #FEC1E4
Complementary color
Monochromatic Colors of #FEC1E4
Black with #FEC1E4
Text Example
Text Example
White with #FEC1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1E4; }
p { color: rgb(254,193,228); }
H1.HeaderClassName
{
color: #FEC1E4;
}
.AnyTagClassName
{
color: #FEC1E4;
}
</style>
background-color css
<style>
a { background-color: #FEC1E4; }
a { background-color: rgb(254,193,228); }
div.DivClassName
{
background-color: #FEC1E4;
}
.BgClassName
{
background-color: #FEC1E4;
}
</style>
border-color css
<style>
span { border-color: #FEC1E4; }
span { border-color: rgb(254,193,228); }
td.TdClassName
{
border-color: #FEC1E4;
}
.TagClassName
{
border-color: #FEC1E4;
}
</style>