Shades of Classic Rose #FEC6ED
Tints of Classic Rose #FEC6ED
RGB
CMYK
RGB Variations
Color information
#FEC6ED (or 0xFEC6ED) is known color: Classic Rose. HEX triplet: FE, C6 and ED. RGB value is (254,198,237). Sum of RGB (Red+Green+Blue) = 254+198+237=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6ED is #013912. Grayscale: #DBDBDB. Windows color (decimal): -80147 or 15582974. OLE color: 15582974.
HSL color Cylindrical-coordinate representation of color #FEC6ED: hue angle of 318.21º 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 #FEC6ED is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 237 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.00 |
| HSL | 318.21º | 0.97% | 0.89% | - |
| HSV(B) | 318.21º | 0.22% | 1% | - |
| XYZ | 76.35 | 67.57 | 89.14 | - |
| YUV | 219.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 237 | 0 | 0.22 | 0.07 | 0.00 | 318.21 | 0.97 | 0.89 |
| Hex | FE | C6 | ED | 0 | 16 | 7 | 0 | 13E | 61 | 59 |
| Octal | 376 | 306 | 355 | 0 | 26 | 7 | 0 | 476 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11101101 | 0 | 10110 | 111 | 0 | 100111110 | 1100001 | 1011001 |
Color Harmonies of #FEC6ED
Complementary color
Monochromatic Colors of #FEC6ED
Black with #FEC6ED
Text Example
Text Example
White with #FEC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6ED; }
p { color: rgb(254,198,237); }
H1.HeaderClassName
{
color: #FEC6ED;
}
.AnyTagClassName
{
color: #FEC6ED;
}
</style>
background-color css
<style>
a { background-color: #FEC6ED; }
a { background-color: rgb(254,198,237); }
div.DivClassName
{
background-color: #FEC6ED;
}
.BgClassName
{
background-color: #FEC6ED;
}
</style>
border-color css
<style>
span { border-color: #FEC6ED; }
span { border-color: rgb(254,198,237); }
td.TdClassName
{
border-color: #FEC6ED;
}
.TagClassName
{
border-color: #FEC6ED;
}
</style>