Shades of Classic Rose #FEC8ED
Tints of Classic Rose #FEC8ED
RGB
CMYK
RGB Variations
Color information
#FEC8ED (or 0xFEC8ED) is known color: Classic Rose. HEX triplet: FE, C8 and ED. RGB value is (254,200,237). Sum of RGB (Red+Green+Blue) = 254+200+237=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8ED is #013712. Grayscale: #DCDCDC. Windows color (decimal): -79635 or 15583486. OLE color: 15583486.
HSL color Cylindrical-coordinate representation of color #FEC8ED: hue angle of 318.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8ED is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 237 | - |
CMYK | 0 | 0.21 | 0.07 | 0.00 |
HSL | 318.89º | 0.96% | 0.89% | - |
HSV(B) | 318.89º | 0.21% | 1% | - |
XYZ | 76.81 | 68.49 | 89.29 | - |
YUV | 220.36 | 137.39 | 151.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 237 | 0 | 0.21 | 0.07 | 0.00 | 318.89 | 0.96 | 0.89 |
Hex | FE | C8 | ED | 0 | 15 | 7 | 0 | 13F | 60 | 59 |
Octal | 376 | 310 | 355 | 0 | 25 | 7 | 0 | 477 | 140 | 131 |
Binary | 11111110 | 11001000 | 11101101 | 0 | 10101 | 111 | 0 | 100111111 | 1100000 | 1011001 |
Color Harmonies of #FEC8ED
Complementary color
Monochromatic Colors of #FEC8ED
Black with #FEC8ED
Text Example
Text Example
White with #FEC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8ED; }
p { color: rgb(254,200,237); }
H1.HeaderClassName
{
color: #FEC8ED;
}
.AnyTagClassName
{
color: #FEC8ED;
}
</style>
background-color css
<style>
a { background-color: #FEC8ED; }
a { background-color: rgb(254,200,237); }
div.DivClassName
{
background-color: #FEC8ED;
}
.BgClassName
{
background-color: #FEC8ED;
}
</style>
border-color css
<style>
span { border-color: #FEC8ED; }
span { border-color: rgb(254,200,237); }
td.TdClassName
{
border-color: #FEC8ED;
}
.TagClassName
{
border-color: #FEC8ED;
}
</style>