Shades of Classic Rose #FEC5EC
Tints of Classic Rose #FEC5EC
RGB
CMYK
RGB Variations
Color information
#FEC5EC (or 0xFEC5EC) is known color: Classic Rose. HEX triplet: FE, C5 and EC. RGB value is (254,197,236). Sum of RGB (Red+Green+Blue) = 254+197+236=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5EC is #013A13. Grayscale: #DADADA. Windows color (decimal): -80404 or 15517182. OLE color: 15517182.
HSL color Cylindrical-coordinate representation of color #FEC5EC: hue angle of 318.95º 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 #FEC5EC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 236 | - |
CMYK | 0 | 0.22 | 0.07 | 0.00 |
HSL | 318.95º | 0.97% | 0.88% | - |
HSV(B) | 318.95º | 0.22% | 1% | - |
XYZ | 75.98 | 67.06 | 88.3 | - |
YUV | 218.49 | 137.88 | 153.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 236 | 0 | 0.22 | 0.07 | 0.00 | 318.95 | 0.97 | 0.88 |
Hex | FE | C5 | EC | 0 | 16 | 7 | 0 | 13F | 61 | 58 |
Octal | 376 | 305 | 354 | 0 | 26 | 7 | 0 | 477 | 141 | 130 |
Binary | 11111110 | 11000101 | 11101100 | 0 | 10110 | 111 | 0 | 100111111 | 1100001 | 1011000 |
Color Harmonies of #FEC5EC
Complementary color
Monochromatic Colors of #FEC5EC
Black with #FEC5EC
Text Example
Text Example
White with #FEC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5EC; }
p { color: rgb(254,197,236); }
H1.HeaderClassName
{
color: #FEC5EC;
}
.AnyTagClassName
{
color: #FEC5EC;
}
</style>
background-color css
<style>
a { background-color: #FEC5EC; }
a { background-color: rgb(254,197,236); }
div.DivClassName
{
background-color: #FEC5EC;
}
.BgClassName
{
background-color: #FEC5EC;
}
</style>
border-color css
<style>
span { border-color: #FEC5EC; }
span { border-color: rgb(254,197,236); }
td.TdClassName
{
border-color: #FEC5EC;
}
.TagClassName
{
border-color: #FEC5EC;
}
</style>