Shades of Classic Rose #FEC8DD
Tints of Classic Rose #FEC8DD
RGB
CMYK
RGB Variations
Color information
#FEC8DD (or 0xFEC8DD) is known color: Classic Rose. HEX triplet: FE, C8 and DD. RGB value is (254,200,221). Sum of RGB (Red+Green+Blue) = 254+200+221=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DD is #013722. Grayscale: #DADADA. Windows color (decimal): -79651 or 14534910. OLE color: 14534910.
HSL color Cylindrical-coordinate representation of color #FEC8DD: hue angle of 336.67º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8DD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 221 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.00 |
| HSL | 336.67º | 0.96% | 0.89% | - |
| HSV(B) | 336.67º | 0.21% | 1% | - |
| XYZ | 74.58 | 67.6 | 77.52 | - |
| YUV | 218.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 221 | 0 | 0.21 | 0.13 | 0.00 | 336.67 | 0.96 | 0.89 |
| Hex | FE | C8 | DD | 0 | 15 | D | 0 | 151 | 60 | 59 |
| Octal | 376 | 310 | 335 | 0 | 25 | 15 | 0 | 521 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11011101 | 0 | 10101 | 1101 | 0 | 101010001 | 1100000 | 1011001 |
Color Harmonies of #FEC8DD
Complementary color
Monochromatic Colors of #FEC8DD
Black with #FEC8DD
Text Example
Text Example
White with #FEC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8DD; }
p { color: rgb(254,200,221); }
H1.HeaderClassName
{
color: #FEC8DD;
}
.AnyTagClassName
{
color: #FEC8DD;
}
</style>
background-color css
<style>
a { background-color: #FEC8DD; }
a { background-color: rgb(254,200,221); }
div.DivClassName
{
background-color: #FEC8DD;
}
.BgClassName
{
background-color: #FEC8DD;
}
</style>
border-color css
<style>
span { border-color: #FEC8DD; }
span { border-color: rgb(254,200,221); }
td.TdClassName
{
border-color: #FEC8DD;
}
.TagClassName
{
border-color: #FEC8DD;
}
</style>