Shades of Classic Rose #FEC4DB
Tints of Classic Rose #FEC4DB
RGB
CMYK
RGB Variations
Color information
#FEC4DB (or 0xFEC4DB) is known color: Classic Rose. HEX triplet: FE, C4 and DB. RGB value is (254,196,219). Sum of RGB (Red+Green+Blue) = 254+196+219=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4DB is #013B24. Grayscale: #D7D7D7. Windows color (decimal): -80677 or 14402814. OLE color: 14402814.
HSL color Cylindrical-coordinate representation of color #FEC4DB: hue angle of 336.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC4DB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 219 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.00 |
| HSL | 336.21º | 0.97% | 0.88% | - |
| HSV(B) | 336.21º | 0.23% | 1% | - |
| XYZ | 73.4 | 65.67 | 75.82 | - |
| YUV | 215.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 219 | 0 | 0.23 | 0.14 | 0.00 | 336.21 | 0.97 | 0.88 |
| Hex | FE | C4 | DB | 0 | 17 | E | 0 | 150 | 61 | 58 |
| Octal | 376 | 304 | 333 | 0 | 27 | 16 | 0 | 520 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11011011 | 0 | 10111 | 1110 | 0 | 101010000 | 1100001 | 1011000 |
Color Harmonies of #FEC4DB
Complementary color
Monochromatic Colors of #FEC4DB
Black with #FEC4DB
Text Example
Text Example
White with #FEC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4DB; }
p { color: rgb(254,196,219); }
H1.HeaderClassName
{
color: #FEC4DB;
}
.AnyTagClassName
{
color: #FEC4DB;
}
</style>
background-color css
<style>
a { background-color: #FEC4DB; }
a { background-color: rgb(254,196,219); }
div.DivClassName
{
background-color: #FEC4DB;
}
.BgClassName
{
background-color: #FEC4DB;
}
</style>
border-color css
<style>
span { border-color: #FEC4DB; }
span { border-color: rgb(254,196,219); }
td.TdClassName
{
border-color: #FEC4DB;
}
.TagClassName
{
border-color: #FEC4DB;
}
</style>