Shades of Classic Rose #FEC5E6
Tints of Classic Rose #FEC5E6
RGB
CMYK
RGB Variations
Color information
#FEC5E6 (or 0xFEC5E6) is known color: Classic Rose. HEX triplet: FE, C5 and E6. RGB value is (254,197,230). Sum of RGB (Red+Green+Blue) = 254+197+230=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5E6 is #013A19. Grayscale: #D9D9D9. Windows color (decimal): -80410 or 15123966. OLE color: 15123966.
HSL color Cylindrical-coordinate representation of color #FEC5E6: hue angle of 325.26º 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 #FEC5E6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 230 | - |
CMYK | 0 | 0.22 | 0.09 | 0.00 |
HSL | 325.26º | 0.97% | 0.88% | - |
HSV(B) | 325.26º | 0.22% | 1% | - |
XYZ | 75.12 | 66.72 | 83.78 | - |
YUV | 217.81 | 134.88 | 153.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 230 | 0 | 0.22 | 0.09 | 0.00 | 325.26 | 0.97 | 0.88 |
Hex | FE | C5 | E6 | 0 | 16 | 9 | 0 | 145 | 61 | 58 |
Octal | 376 | 305 | 346 | 0 | 26 | 11 | 0 | 505 | 141 | 130 |
Binary | 11111110 | 11000101 | 11100110 | 0 | 10110 | 1001 | 0 | 101000101 | 1100001 | 1011000 |
Color Harmonies of #FEC5E6
Complementary color
Monochromatic Colors of #FEC5E6
Black with #FEC5E6
Text Example
Text Example
White with #FEC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5E6; }
p { color: rgb(254,197,230); }
H1.HeaderClassName
{
color: #FEC5E6;
}
.AnyTagClassName
{
color: #FEC5E6;
}
</style>
background-color css
<style>
a { background-color: #FEC5E6; }
a { background-color: rgb(254,197,230); }
div.DivClassName
{
background-color: #FEC5E6;
}
.BgClassName
{
background-color: #FEC5E6;
}
</style>
border-color css
<style>
span { border-color: #FEC5E6; }
span { border-color: rgb(254,197,230); }
td.TdClassName
{
border-color: #FEC5E6;
}
.TagClassName
{
border-color: #FEC5E6;
}
</style>