Shades of Classic Rose #FEC6DE
Tints of Classic Rose #FEC6DE
RGB
CMYK
RGB Variations
Color information
#FEC6DE (or 0xFEC6DE) is known color: Classic Rose. HEX triplet: FE, C6 and DE. RGB value is (254,198,222). Sum of RGB (Red+Green+Blue) = 254+198+222=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6DE is #013921. Grayscale: #D9D9D9. Windows color (decimal): -80162 or 14599934. OLE color: 14599934.
HSL color Cylindrical-coordinate representation of color #FEC6DE: hue angle of 334.29º 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 #FEC6DE is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 222 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.00 |
| HSL | 334.29º | 0.97% | 0.89% | - |
| HSV(B) | 334.29º | 0.22% | 1% | - |
| XYZ | 74.25 | 66.73 | 78.07 | - |
| YUV | 217.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 222 | 0 | 0.22 | 0.13 | 0.00 | 334.29 | 0.97 | 0.89 |
| Hex | FE | C6 | DE | 0 | 16 | D | 0 | 14E | 61 | 59 |
| Octal | 376 | 306 | 336 | 0 | 26 | 15 | 0 | 516 | 141 | 131 |
| Binary | 11111110 | 11000110 | 11011110 | 0 | 10110 | 1101 | 0 | 101001110 | 1100001 | 1011001 |
Color Harmonies of #FEC6DE
Complementary color
Monochromatic Colors of #FEC6DE
Black with #FEC6DE
Text Example
Text Example
White with #FEC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6DE; }
p { color: rgb(254,198,222); }
H1.HeaderClassName
{
color: #FEC6DE;
}
.AnyTagClassName
{
color: #FEC6DE;
}
</style>
background-color css
<style>
a { background-color: #FEC6DE; }
a { background-color: rgb(254,198,222); }
div.DivClassName
{
background-color: #FEC6DE;
}
.BgClassName
{
background-color: #FEC6DE;
}
</style>
border-color css
<style>
span { border-color: #FEC6DE; }
span { border-color: rgb(254,198,222); }
td.TdClassName
{
border-color: #FEC6DE;
}
.TagClassName
{
border-color: #FEC6DE;
}
</style>