Shades of Classic Rose #FEC6DC
Tints of Classic Rose #FEC6DC
RGB
CMYK
RGB Variations
Color information
#FEC6DC (or 0xFEC6DC) is known color: Classic Rose. HEX triplet: FE, C6 and DC. RGB value is (254,198,220). Sum of RGB (Red+Green+Blue) = 254+198+220=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6DC is #013923. Grayscale: #D9D9D9. Windows color (decimal): -80164 or 14468862. OLE color: 14468862.
HSL color Cylindrical-coordinate representation of color #FEC6DC: hue angle of 336.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6DC is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 220 | - |
CMYK | 0 | 0.22 | 0.13 | 0.00 |
HSL | 336.43º | 0.97% | 0.89% | - |
HSV(B) | 336.43º | 0.22% | 1% | - |
XYZ | 73.99 | 66.63 | 76.67 | - |
YUV | 217.25 | 129.55 | 154.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 220 | 0 | 0.22 | 0.13 | 0.00 | 336.43 | 0.97 | 0.89 |
Hex | FE | C6 | DC | 0 | 16 | D | 0 | 150 | 61 | 59 |
Octal | 376 | 306 | 334 | 0 | 26 | 15 | 0 | 520 | 141 | 131 |
Binary | 11111110 | 11000110 | 11011100 | 0 | 10110 | 1101 | 0 | 101010000 | 1100001 | 1011001 |
Color Harmonies of #FEC6DC
Complementary color
Monochromatic Colors of #FEC6DC
Black with #FEC6DC
Text Example
Text Example
White with #FEC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6DC; }
p { color: rgb(254,198,220); }
H1.HeaderClassName
{
color: #FEC6DC;
}
.AnyTagClassName
{
color: #FEC6DC;
}
</style>
background-color css
<style>
a { background-color: #FEC6DC; }
a { background-color: rgb(254,198,220); }
div.DivClassName
{
background-color: #FEC6DC;
}
.BgClassName
{
background-color: #FEC6DC;
}
</style>
border-color css
<style>
span { border-color: #FEC6DC; }
span { border-color: rgb(254,198,220); }
td.TdClassName
{
border-color: #FEC6DC;
}
.TagClassName
{
border-color: #FEC6DC;
}
</style>