Shades of Classic Rose #FEC6E4
Tints of Classic Rose #FEC6E4
RGB
CMYK
RGB Variations
Color information
#FEC6E4 (or 0xFEC6E4) is known color: Classic Rose. HEX triplet: FE, C6 and E4. RGB value is (254,198,228). Sum of RGB (Red+Green+Blue) = 254+198+228=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6E4 is #01391B. Grayscale: #DADADA. Windows color (decimal): -80156 or 14993150. OLE color: 14993150.
HSL color Cylindrical-coordinate representation of color #FEC6E4: hue angle of 327.86º 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 #FEC6E4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 228 | - |
CMYK | 0 | 0.22 | 0.10 | 0.00 |
HSL | 327.86º | 0.97% | 0.89% | - |
HSV(B) | 327.86º | 0.22% | 1% | - |
XYZ | 75.07 | 67.06 | 82.39 | - |
YUV | 218.16 | 133.55 | 153.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 228 | 0 | 0.22 | 0.10 | 0.00 | 327.86 | 0.97 | 0.89 |
Hex | FE | C6 | E4 | 0 | 16 | A | 0 | 148 | 61 | 59 |
Octal | 376 | 306 | 344 | 0 | 26 | 12 | 0 | 510 | 141 | 131 |
Binary | 11111110 | 11000110 | 11100100 | 0 | 10110 | 1010 | 0 | 101001000 | 1100001 | 1011001 |
Color Harmonies of #FEC6E4
Complementary color
Monochromatic Colors of #FEC6E4
Black with #FEC6E4
Text Example
Text Example
White with #FEC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E4; }
p { color: rgb(254,198,228); }
H1.HeaderClassName
{
color: #FEC6E4;
}
.AnyTagClassName
{
color: #FEC6E4;
}
</style>
background-color css
<style>
a { background-color: #FEC6E4; }
a { background-color: rgb(254,198,228); }
div.DivClassName
{
background-color: #FEC6E4;
}
.BgClassName
{
background-color: #FEC6E4;
}
</style>
border-color css
<style>
span { border-color: #FEC6E4; }
span { border-color: rgb(254,198,228); }
td.TdClassName
{
border-color: #FEC6E4;
}
.TagClassName
{
border-color: #FEC6E4;
}
</style>