Shades of Classic Rose #FEC0E7
Tints of Classic Rose #FEC0E7
RGB
CMYK
RGB Variations
Color information
#FEC0E7 (or 0xFEC0E7) is known color: Classic Rose. HEX triplet: FE, C0 and E7. RGB value is (254,192,231). Sum of RGB (Red+Green+Blue) = 254+192+231=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 192 (75.39% from 255 or 28.36% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0E7 is #013F18. Grayscale: #D6D6D6. Windows color (decimal): -81689 or 15188222. OLE color: 15188222.
HSL color Cylindrical-coordinate representation of color #FEC0E7: hue angle of 322.26º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0E7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 192 | 231 | - |
CMYK | 0 | 0.24 | 0.09 | 0.00 |
HSL | 322.26º | 0.97% | 0.87% | - |
HSV(B) | 322.26º | 0.24% | 1% | - |
XYZ | 74.15 | 64.54 | 84.15 | - |
YUV | 214.98 | 137.04 | 155.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 231 | 0 | 0.24 | 0.09 | 0.00 | 322.26 | 0.97 | 0.87 |
Hex | FE | C0 | E7 | 0 | 18 | 9 | 0 | 142 | 61 | 57 |
Octal | 376 | 300 | 347 | 0 | 30 | 11 | 0 | 502 | 141 | 127 |
Binary | 11111110 | 11000000 | 11100111 | 0 | 11000 | 1001 | 0 | 101000010 | 1100001 | 1010111 |
Color Harmonies of #FEC0E7
Complementary color
Monochromatic Colors of #FEC0E7
Black with #FEC0E7
Text Example
Text Example
White with #FEC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0E7; }
p { color: rgb(254,192,231); }
H1.HeaderClassName
{
color: #FEC0E7;
}
.AnyTagClassName
{
color: #FEC0E7;
}
</style>
background-color css
<style>
a { background-color: #FEC0E7; }
a { background-color: rgb(254,192,231); }
div.DivClassName
{
background-color: #FEC0E7;
}
.BgClassName
{
background-color: #FEC0E7;
}
</style>
border-color css
<style>
span { border-color: #FEC0E7; }
span { border-color: rgb(254,192,231); }
td.TdClassName
{
border-color: #FEC0E7;
}
.TagClassName
{
border-color: #FEC0E7;
}
</style>