Shades of Classic Rose #FEC2DB
Tints of Classic Rose #FEC2DB
RGB
CMYK
RGB Variations
Color information
#FEC2DB (or 0xFEC2DB) is known color: Classic Rose. HEX triplet: FE, C2 and DB. RGB value is (254,194,219). Sum of RGB (Red+Green+Blue) = 254+194+219=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2DB is #013D24. Grayscale: #D6D6D6. Windows color (decimal): -81189 or 14402302. OLE color: 14402302.
HSL color Cylindrical-coordinate representation of color #FEC2DB: hue angle of 335º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC2DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 219 | - |
CMYK | 0 | 0.24 | 0.14 | 0.00 |
HSL | 335º | 0.97% | 0.88% | - |
HSV(B) | 335º | 0.24% | 1% | - |
XYZ | 72.95 | 64.77 | 75.67 | - |
YUV | 214.79 | 130.38 | 155.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 219 | 0 | 0.24 | 0.14 | 0.00 | 335 | 0.97 | 0.88 |
Hex | FE | C2 | DB | 0 | 18 | E | 0 | 14F | 61 | 58 |
Octal | 376 | 302 | 333 | 0 | 30 | 16 | 0 | 517 | 141 | 130 |
Binary | 11111110 | 11000010 | 11011011 | 0 | 11000 | 1110 | 0 | 101001111 | 1100001 | 1011000 |
Color Harmonies of #FEC2DB
Complementary color
Monochromatic Colors of #FEC2DB
Black with #FEC2DB
Text Example
Text Example
White with #FEC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2DB; }
p { color: rgb(254,194,219); }
H1.HeaderClassName
{
color: #FEC2DB;
}
.AnyTagClassName
{
color: #FEC2DB;
}
</style>
background-color css
<style>
a { background-color: #FEC2DB; }
a { background-color: rgb(254,194,219); }
div.DivClassName
{
background-color: #FEC2DB;
}
.BgClassName
{
background-color: #FEC2DB;
}
</style>
border-color css
<style>
span { border-color: #FEC2DB; }
span { border-color: rgb(254,194,219); }
td.TdClassName
{
border-color: #FEC2DB;
}
.TagClassName
{
border-color: #FEC2DB;
}
</style>