Shades of Classic Rose #FEC3DB
Tints of Classic Rose #FEC3DB
RGB
CMYK
RGB Variations
Color information
#FEC3DB (or 0xFEC3DB) is known color: Classic Rose. HEX triplet: FE, C3 and DB. RGB value is (254,195,219). Sum of RGB (Red+Green+Blue) = 254+195+219=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3DB is #013C24. Grayscale: #D7D7D7. Windows color (decimal): -80933 or 14402558. OLE color: 14402558.
HSL color Cylindrical-coordinate representation of color #FEC3DB: hue angle of 335.59º 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 #FEC3DB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 195 | 219 | - |
CMYK | 0 | 0.23 | 0.14 | 0.00 |
HSL | 335.59º | 0.97% | 0.88% | - |
HSV(B) | 335.59º | 0.23% | 1% | - |
XYZ | 73.17 | 65.22 | 75.75 | - |
YUV | 215.38 | 130.05 | 155.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 195 | 219 | 0 | 0.23 | 0.14 | 0.00 | 335.59 | 0.97 | 0.88 |
Hex | FE | C3 | DB | 0 | 17 | E | 0 | 150 | 61 | 58 |
Octal | 376 | 303 | 333 | 0 | 27 | 16 | 0 | 520 | 141 | 130 |
Binary | 11111110 | 11000011 | 11011011 | 0 | 10111 | 1110 | 0 | 101010000 | 1100001 | 1011000 |
Color Harmonies of #FEC3DB
Complementary color
Monochromatic Colors of #FEC3DB
Black with #FEC3DB
Text Example
Text Example
White with #FEC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3DB; }
p { color: rgb(254,195,219); }
H1.HeaderClassName
{
color: #FEC3DB;
}
.AnyTagClassName
{
color: #FEC3DB;
}
</style>
background-color css
<style>
a { background-color: #FEC3DB; }
a { background-color: rgb(254,195,219); }
div.DivClassName
{
background-color: #FEC3DB;
}
.BgClassName
{
background-color: #FEC3DB;
}
</style>
border-color css
<style>
span { border-color: #FEC3DB; }
span { border-color: rgb(254,195,219); }
td.TdClassName
{
border-color: #FEC3DB;
}
.TagClassName
{
border-color: #FEC3DB;
}
</style>