Shades of Classic Rose #FEC5E2
Tints of Classic Rose #FEC5E2
RGB
CMYK
RGB Variations
Color information
#FEC5E2 (or 0xFEC5E2) is known color: Classic Rose. HEX triplet: FE, C5 and E2. RGB value is (254,197,226). Sum of RGB (Red+Green+Blue) = 254+197+226=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 197 (77.34% from 255 or 29.10% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5E2 is #013A1D. Grayscale: #D9D9D9. Windows color (decimal): -80414 or 14861822. OLE color: 14861822.
HSL color Cylindrical-coordinate representation of color #FEC5E2: hue angle of 329.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5E2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 226 | - |
CMYK | 0 | 0.22 | 0.11 | 0.00 |
HSL | 329.47º | 0.97% | 0.88% | - |
HSV(B) | 329.47º | 0.22% | 1% | - |
XYZ | 74.57 | 66.49 | 80.86 | - |
YUV | 217.35 | 132.88 | 154.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 226 | 0 | 0.22 | 0.11 | 0.00 | 329.47 | 0.97 | 0.88 |
Hex | FE | C5 | E2 | 0 | 16 | B | 0 | 149 | 61 | 58 |
Octal | 376 | 305 | 342 | 0 | 26 | 13 | 0 | 511 | 141 | 130 |
Binary | 11111110 | 11000101 | 11100010 | 0 | 10110 | 1011 | 0 | 101001001 | 1100001 | 1011000 |
Color Harmonies of #FEC5E2
Complementary color
Monochromatic Colors of #FEC5E2
Black with #FEC5E2
Text Example
Text Example
White with #FEC5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5E2; }
p { color: rgb(254,197,226); }
H1.HeaderClassName
{
color: #FEC5E2;
}
.AnyTagClassName
{
color: #FEC5E2;
}
</style>
background-color css
<style>
a { background-color: #FEC5E2; }
a { background-color: rgb(254,197,226); }
div.DivClassName
{
background-color: #FEC5E2;
}
.BgClassName
{
background-color: #FEC5E2;
}
</style>
border-color css
<style>
span { border-color: #FEC5E2; }
span { border-color: rgb(254,197,226); }
td.TdClassName
{
border-color: #FEC5E2;
}
.TagClassName
{
border-color: #FEC5E2;
}
</style>