Shades of Classic Rose #FEC8DF
Tints of Classic Rose #FEC8DF
RGB
CMYK
RGB Variations
Color information
#FEC8DF (or 0xFEC8DF) is known color: Classic Rose. HEX triplet: FE, C8 and DF. RGB value is (254,200,223). Sum of RGB (Red+Green+Blue) = 254+200+223=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DF is #013720. Grayscale: #DADADA. Windows color (decimal): -79649 or 14665982. OLE color: 14665982.
HSL color Cylindrical-coordinate representation of color #FEC8DF: hue angle of 334.44º 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 #FEC8DF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 223 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.00 |
| HSL | 334.44º | 0.96% | 0.89% | - |
| HSV(B) | 334.44º | 0.21% | 1% | - |
| XYZ | 74.85 | 67.71 | 78.94 | - |
| YUV | 218.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 223 | 0 | 0.21 | 0.12 | 0.00 | 334.44 | 0.96 | 0.89 |
| Hex | FE | C8 | DF | 0 | 15 | C | 0 | 14E | 60 | 59 |
| Octal | 376 | 310 | 337 | 0 | 25 | 14 | 0 | 516 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11011111 | 0 | 10101 | 1100 | 0 | 101001110 | 1100000 | 1011001 |
Color Harmonies of #FEC8DF
Complementary color
Monochromatic Colors of #FEC8DF
Black with #FEC8DF
Text Example
Text Example
White with #FEC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8DF; }
p { color: rgb(254,200,223); }
H1.HeaderClassName
{
color: #FEC8DF;
}
.AnyTagClassName
{
color: #FEC8DF;
}
</style>
background-color css
<style>
a { background-color: #FEC8DF; }
a { background-color: rgb(254,200,223); }
div.DivClassName
{
background-color: #FEC8DF;
}
.BgClassName
{
background-color: #FEC8DF;
}
</style>
border-color css
<style>
span { border-color: #FEC8DF; }
span { border-color: rgb(254,200,223); }
td.TdClassName
{
border-color: #FEC8DF;
}
.TagClassName
{
border-color: #FEC8DF;
}
</style>