Shades of Classic Rose #FEC6E6
Tints of Classic Rose #FEC6E6
RGB
CMYK
RGB Variations
Color information
#FEC6E6 (or 0xFEC6E6) is known color: Classic Rose. HEX triplet: FE, C6 and E6. RGB value is (254,198,230). Sum of RGB (Red+Green+Blue) = 254+198+230=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6E6 is #013919. Grayscale: #DADADA. Windows color (decimal): -80154 or 15124222. OLE color: 15124222.
HSL color Cylindrical-coordinate representation of color #FEC6E6: hue angle of 325.71º 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 #FEC6E6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 230 | - |
CMYK | 0 | 0.22 | 0.09 | 0.00 |
HSL | 325.71º | 0.97% | 0.89% | - |
HSV(B) | 325.71º | 0.22% | 1% | - |
XYZ | 75.35 | 67.17 | 83.86 | - |
YUV | 218.39 | 134.55 | 153.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 230 | 0 | 0.22 | 0.09 | 0.00 | 325.71 | 0.97 | 0.89 |
Hex | FE | C6 | E6 | 0 | 16 | 9 | 0 | 146 | 61 | 59 |
Octal | 376 | 306 | 346 | 0 | 26 | 11 | 0 | 506 | 141 | 131 |
Binary | 11111110 | 11000110 | 11100110 | 0 | 10110 | 1001 | 0 | 101000110 | 1100001 | 1011001 |
Color Harmonies of #FEC6E6
Complementary color
Monochromatic Colors of #FEC6E6
Black with #FEC6E6
Text Example
Text Example
White with #FEC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6E6; }
p { color: rgb(254,198,230); }
H1.HeaderClassName
{
color: #FEC6E6;
}
.AnyTagClassName
{
color: #FEC6E6;
}
</style>
background-color css
<style>
a { background-color: #FEC6E6; }
a { background-color: rgb(254,198,230); }
div.DivClassName
{
background-color: #FEC6E6;
}
.BgClassName
{
background-color: #FEC6E6;
}
</style>
border-color css
<style>
span { border-color: #FEC6E6; }
span { border-color: rgb(254,198,230); }
td.TdClassName
{
border-color: #FEC6E6;
}
.TagClassName
{
border-color: #FEC6E6;
}
</style>