Shades of Classic Rose #FEC6EA
Tints of Classic Rose #FEC6EA
RGB
CMYK
RGB Variations
Color information
#FEC6EA (or 0xFEC6EA) is known color: Classic Rose. HEX triplet: FE, C6 and EA. RGB value is (254,198,234). Sum of RGB (Red+Green+Blue) = 254+198+234=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6EA is #013915. Grayscale: #DADADA. Windows color (decimal): -80150 or 15386366. OLE color: 15386366.
HSL color Cylindrical-coordinate representation of color #FEC6EA: hue angle of 321.43º 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 #FEC6EA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 234 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.00 |
| HSL | 321.43º | 0.97% | 0.89% | - |
| HSV(B) | 321.43º | 0.22% | 1% | - |
| XYZ | 75.92 | 67.4 | 86.85 | - |
| YUV | 218.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 234 | 0 | 0.22 | 0.08 | 0.00 | 321.43 | 0.97 | 0.89 |
| Hex | FE | C6 | EA | 0 | 16 | 8 | 0 | 141 | 61 | 59 |
| Octal | 376 | 306 | 352 | 0 | 26 | 10 | 0 | 501 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11101010 | 0 | 10110 | 1000 | 0 | 101000001 | 1100001 | 1011001 |
Color Harmonies of #FEC6EA
Complementary color
Monochromatic Colors of #FEC6EA
Black with #FEC6EA
Text Example
Text Example
White with #FEC6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6EA; }
p { color: rgb(254,198,234); }
H1.HeaderClassName
{
color: #FEC6EA;
}
.AnyTagClassName
{
color: #FEC6EA;
}
</style>
background-color css
<style>
a { background-color: #FEC6EA; }
a { background-color: rgb(254,198,234); }
div.DivClassName
{
background-color: #FEC6EA;
}
.BgClassName
{
background-color: #FEC6EA;
}
</style>
border-color css
<style>
span { border-color: #FEC6EA; }
span { border-color: rgb(254,198,234); }
td.TdClassName
{
border-color: #FEC6EA;
}
.TagClassName
{
border-color: #FEC6EA;
}
</style>