Shades of Classic Rose #FEC2DC
Tints of Classic Rose #FEC2DC
RGB
CMYK
RGB Variations
Color information
#FEC2DC (or 0xFEC2DC) is known color: Classic Rose. HEX triplet: FE, C2 and DC. RGB value is (254,194,220). Sum of RGB (Red+Green+Blue) = 254+194+220=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2DC is #013D23. Grayscale: #D6D6D6. Windows color (decimal): -81188 or 14467838. OLE color: 14467838.
HSL color Cylindrical-coordinate representation of color #FEC2DC: hue angle of 334º 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 #FEC2DC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 220 | - |
CMYK | 0 | 0.24 | 0.13 | 0.00 |
HSL | 334º | 0.97% | 0.88% | - |
HSV(B) | 334º | 0.24% | 1% | - |
XYZ | 73.08 | 64.82 | 76.37 | - |
YUV | 214.9 | 130.88 | 155.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 220 | 0 | 0.24 | 0.13 | 0.00 | 334 | 0.97 | 0.88 |
Hex | FE | C2 | DC | 0 | 18 | D | 0 | 14E | 61 | 58 |
Octal | 376 | 302 | 334 | 0 | 30 | 15 | 0 | 516 | 141 | 130 |
Binary | 11111110 | 11000010 | 11011100 | 0 | 11000 | 1101 | 0 | 101001110 | 1100001 | 1011000 |
Color Harmonies of #FEC2DC
Complementary color
Monochromatic Colors of #FEC2DC
Black with #FEC2DC
Text Example
Text Example
White with #FEC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2DC; }
p { color: rgb(254,194,220); }
H1.HeaderClassName
{
color: #FEC2DC;
}
.AnyTagClassName
{
color: #FEC2DC;
}
</style>
background-color css
<style>
a { background-color: #FEC2DC; }
a { background-color: rgb(254,194,220); }
div.DivClassName
{
background-color: #FEC2DC;
}
.BgClassName
{
background-color: #FEC2DC;
}
</style>
border-color css
<style>
span { border-color: #FEC2DC; }
span { border-color: rgb(254,194,220); }
td.TdClassName
{
border-color: #FEC2DC;
}
.TagClassName
{
border-color: #FEC2DC;
}
</style>