Shades of Classic Rose #FEC8DB
Tints of Classic Rose #FEC8DB
RGB
CMYK
RGB Variations
Color information
#FEC8DB (or 0xFEC8DB) is known color: Classic Rose. HEX triplet: FE, C8 and DB. RGB value is (254,200,219). Sum of RGB (Red+Green+Blue) = 254+200+219=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DB is #013724. Grayscale: #DADADA. Windows color (decimal): -79653 or 14403838. OLE color: 14403838.
HSL color Cylindrical-coordinate representation of color #FEC8DB: hue angle of 338.89º 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 #FEC8DB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 219 | - |
CMYK | 0 | 0.21 | 0.14 | 0.00 |
HSL | 338.89º | 0.96% | 0.89% | - |
HSV(B) | 338.89º | 0.21% | 1% | - |
XYZ | 74.31 | 67.49 | 76.13 | - |
YUV | 218.31 | 128.39 | 153.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 219 | 0 | 0.21 | 0.14 | 0.00 | 338.89 | 0.96 | 0.89 |
Hex | FE | C8 | DB | 0 | 15 | E | 0 | 153 | 60 | 59 |
Octal | 376 | 310 | 333 | 0 | 25 | 16 | 0 | 523 | 140 | 131 |
Binary | 11111110 | 11001000 | 11011011 | 0 | 10101 | 1110 | 0 | 101010011 | 1100000 | 1011001 |
Color Harmonies of #FEC8DB
Complementary color
Monochromatic Colors of #FEC8DB
Black with #FEC8DB
Text Example
Text Example
White with #FEC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8DB; }
p { color: rgb(254,200,219); }
H1.HeaderClassName
{
color: #FEC8DB;
}
.AnyTagClassName
{
color: #FEC8DB;
}
</style>
background-color css
<style>
a { background-color: #FEC8DB; }
a { background-color: rgb(254,200,219); }
div.DivClassName
{
background-color: #FEC8DB;
}
.BgClassName
{
background-color: #FEC8DB;
}
</style>
border-color css
<style>
span { border-color: #FEC8DB; }
span { border-color: rgb(254,200,219); }
td.TdClassName
{
border-color: #FEC8DB;
}
.TagClassName
{
border-color: #FEC8DB;
}
</style>