Shades of Classic Rose #FEC8DC
Tints of Classic Rose #FEC8DC
RGB
CMYK
RGB Variations
Color information
#FEC8DC (or 0xFEC8DC) is known color: Classic Rose. HEX triplet: FE, C8 and DC. RGB value is (254,200,220). Sum of RGB (Red+Green+Blue) = 254+200+220=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DC is #013723. Grayscale: #DADADA. Windows color (decimal): -79652 or 14469374. OLE color: 14469374.
HSL color Cylindrical-coordinate representation of color #FEC8DC: hue angle of 337.78º 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 #FEC8DC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 220 | - |
CMYK | 0 | 0.21 | 0.13 | 0.00 |
HSL | 337.78º | 0.96% | 0.89% | - |
HSV(B) | 337.78º | 0.21% | 1% | - |
XYZ | 74.45 | 67.55 | 76.82 | - |
YUV | 218.43 | 128.89 | 153.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 220 | 0 | 0.21 | 0.13 | 0.00 | 337.78 | 0.96 | 0.89 |
Hex | FE | C8 | DC | 0 | 15 | D | 0 | 152 | 60 | 59 |
Octal | 376 | 310 | 334 | 0 | 25 | 15 | 0 | 522 | 140 | 131 |
Binary | 11111110 | 11001000 | 11011100 | 0 | 10101 | 1101 | 0 | 101010010 | 1100000 | 1011001 |
Color Harmonies of #FEC8DC
Complementary color
Monochromatic Colors of #FEC8DC
Black with #FEC8DC
Text Example
Text Example
White with #FEC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8DC; }
p { color: rgb(254,200,220); }
H1.HeaderClassName
{
color: #FEC8DC;
}
.AnyTagClassName
{
color: #FEC8DC;
}
</style>
background-color css
<style>
a { background-color: #FEC8DC; }
a { background-color: rgb(254,200,220); }
div.DivClassName
{
background-color: #FEC8DC;
}
.BgClassName
{
background-color: #FEC8DC;
}
</style>
border-color css
<style>
span { border-color: #FEC8DC; }
span { border-color: rgb(254,200,220); }
td.TdClassName
{
border-color: #FEC8DC;
}
.TagClassName
{
border-color: #FEC8DC;
}
</style>