Shades of Classic Rose #FEC5DB
Tints of Classic Rose #FEC5DB
RGB
CMYK
RGB Variations
Color information
#FEC5DB (or 0xFEC5DB) is known color: Classic Rose. HEX triplet: FE, C5 and DB. RGB value is (254,197,219). Sum of RGB (Red+Green+Blue) = 254+197+219=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5DB is #013A24. Grayscale: #D8D8D8. Windows color (decimal): -80421 or 14403070. OLE color: 14403070.
HSL color Cylindrical-coordinate representation of color #FEC5DB: hue angle of 336.84º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5DB is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 219 | - |
CMYK | 0 | 0.22 | 0.14 | 0.00 |
HSL | 336.84º | 0.97% | 0.88% | - |
HSV(B) | 336.84º | 0.22% | 1% | - |
XYZ | 73.63 | 66.12 | 75.9 | - |
YUV | 216.55 | 129.38 | 154.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 219 | 0 | 0.22 | 0.14 | 0.00 | 336.84 | 0.97 | 0.88 |
Hex | FE | C5 | DB | 0 | 16 | E | 0 | 151 | 61 | 58 |
Octal | 376 | 305 | 333 | 0 | 26 | 16 | 0 | 521 | 141 | 130 |
Binary | 11111110 | 11000101 | 11011011 | 0 | 10110 | 1110 | 0 | 101010001 | 1100001 | 1011000 |
Color Harmonies of #FEC5DB
Complementary color
Monochromatic Colors of #FEC5DB
Black with #FEC5DB
Text Example
Text Example
White with #FEC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5DB; }
p { color: rgb(254,197,219); }
H1.HeaderClassName
{
color: #FEC5DB;
}
.AnyTagClassName
{
color: #FEC5DB;
}
</style>
background-color css
<style>
a { background-color: #FEC5DB; }
a { background-color: rgb(254,197,219); }
div.DivClassName
{
background-color: #FEC5DB;
}
.BgClassName
{
background-color: #FEC5DB;
}
</style>
border-color css
<style>
span { border-color: #FEC5DB; }
span { border-color: rgb(254,197,219); }
td.TdClassName
{
border-color: #FEC5DB;
}
.TagClassName
{
border-color: #FEC5DB;
}
</style>