Shades of Classic Rose #FEC7DD
Tints of Classic Rose #FEC7DD
RGB
CMYK
RGB Variations
Color information
#FEC7DD (or 0xFEC7DD) is known color: Classic Rose. HEX triplet: FE, C7 and DD. RGB value is (254,199,221). Sum of RGB (Red+Green+Blue) = 254+199+221=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7DD is #013822. Grayscale: #D9D9D9. Windows color (decimal): -79907 or 14534654. OLE color: 14534654.
HSL color Cylindrical-coordinate representation of color #FEC7DD: hue angle of 336º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7DD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 221 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.00 |
| HSL | 336º | 0.96% | 0.89% | - |
| HSV(B) | 336º | 0.22% | 1% | - |
| XYZ | 74.35 | 67.14 | 77.45 | - |
| YUV | 217.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 221 | 0 | 0.22 | 0.13 | 0.00 | 336 | 0.96 | 0.89 |
| Hex | FE | C7 | DD | 0 | 16 | D | 0 | 150 | 60 | 59 |
| Octal | 376 | 307 | 335 | 0 | 26 | 15 | 0 | 520 | 140 | 131 |
| Binary | 11111110 | 11000111 | 11011101 | 0 | 10110 | 1101 | 0 | 101010000 | 1100000 | 1011001 |
Color Harmonies of #FEC7DD
Complementary color
Monochromatic Colors of #FEC7DD
Black with #FEC7DD
Text Example
Text Example
White with #FEC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7DD; }
p { color: rgb(254,199,221); }
H1.HeaderClassName
{
color: #FEC7DD;
}
.AnyTagClassName
{
color: #FEC7DD;
}
</style>
background-color css
<style>
a { background-color: #FEC7DD; }
a { background-color: rgb(254,199,221); }
div.DivClassName
{
background-color: #FEC7DD;
}
.BgClassName
{
background-color: #FEC7DD;
}
</style>
border-color css
<style>
span { border-color: #FEC7DD; }
span { border-color: rgb(254,199,221); }
td.TdClassName
{
border-color: #FEC7DD;
}
.TagClassName
{
border-color: #FEC7DD;
}
</style>