Shades of Classic Rose #FEC6E8
Tints of Classic Rose #FEC6E8
RGB
CMYK
RGB Variations
Color information
#FEC6E8 (or 0xFEC6E8) is known color: Classic Rose. HEX triplet: FE, C6 and E8. RGB value is (254,198,232). Sum of RGB (Red+Green+Blue) = 254+198+232=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6E8 is #013917. Grayscale: #DADADA. Windows color (decimal): -80152 or 15255294. OLE color: 15255294.
HSL color Cylindrical-coordinate representation of color #FEC6E8: hue angle of 323.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6E8 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 232 | - |
CMYK | 0 | 0.22 | 0.09 | 0.00 |
HSL | 323.57º | 0.97% | 0.89% | - |
HSV(B) | 323.57º | 0.22% | 1% | - |
XYZ | 75.63 | 67.29 | 85.35 | - |
YUV | 218.62 | 135.55 | 153.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 232 | 0 | 0.22 | 0.09 | 0.00 | 323.57 | 0.97 | 0.89 |
Hex | FE | C6 | E8 | 0 | 16 | 9 | 0 | 144 | 61 | 59 |
Octal | 376 | 306 | 350 | 0 | 26 | 11 | 0 | 504 | 141 | 131 |
Binary | 11111110 | 11000110 | 11101000 | 0 | 10110 | 1001 | 0 | 101000100 | 1100001 | 1011001 |
Color Harmonies of #FEC6E8
Complementary color
Monochromatic Colors of #FEC6E8
Black with #FEC6E8
Text Example
Text Example
White with #FEC6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E8; }
p { color: rgb(254,198,232); }
H1.HeaderClassName
{
color: #FEC6E8;
}
.AnyTagClassName
{
color: #FEC6E8;
}
</style>
background-color css
<style>
a { background-color: #FEC6E8; }
a { background-color: rgb(254,198,232); }
div.DivClassName
{
background-color: #FEC6E8;
}
.BgClassName
{
background-color: #FEC6E8;
}
</style>
border-color css
<style>
span { border-color: #FEC6E8; }
span { border-color: rgb(254,198,232); }
td.TdClassName
{
border-color: #FEC6E8;
}
.TagClassName
{
border-color: #FEC6E8;
}
</style>