Shades of Classic Rose #FEC2DD
Tints of Classic Rose #FEC2DD
RGB
CMYK
RGB Variations
Color information
#FEC2DD (or 0xFEC2DD) is known color: Classic Rose. HEX triplet: FE, C2 and DD. RGB value is (254,194,221). Sum of RGB (Red+Green+Blue) = 254+194+221=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2DD is #013D22. Grayscale: #D6D6D6. Windows color (decimal): -81187 or 14533374. OLE color: 14533374.
HSL color Cylindrical-coordinate representation of color #FEC2DD: hue angle of 333º 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 #FEC2DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 194 | 221 | - |
CMYK | 0 | 0.24 | 0.13 | 0.00 |
HSL | 333º | 0.97% | 0.88% | - |
HSV(B) | 333º | 0.24% | 1% | - |
XYZ | 73.22 | 64.87 | 77.07 | - |
YUV | 215.02 | 131.38 | 155.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 194 | 221 | 0 | 0.24 | 0.13 | 0.00 | 333 | 0.97 | 0.88 |
Hex | FE | C2 | DD | 0 | 18 | D | 0 | 14D | 61 | 58 |
Octal | 376 | 302 | 335 | 0 | 30 | 15 | 0 | 515 | 141 | 130 |
Binary | 11111110 | 11000010 | 11011101 | 0 | 11000 | 1101 | 0 | 101001101 | 1100001 | 1011000 |
Color Harmonies of #FEC2DD
Complementary color
Monochromatic Colors of #FEC2DD
Black with #FEC2DD
Text Example
Text Example
White with #FEC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2DD; }
p { color: rgb(254,194,221); }
H1.HeaderClassName
{
color: #FEC2DD;
}
.AnyTagClassName
{
color: #FEC2DD;
}
</style>
background-color css
<style>
a { background-color: #FEC2DD; }
a { background-color: rgb(254,194,221); }
div.DivClassName
{
background-color: #FEC2DD;
}
.BgClassName
{
background-color: #FEC2DD;
}
</style>
border-color css
<style>
span { border-color: #FEC2DD; }
span { border-color: rgb(254,194,221); }
td.TdClassName
{
border-color: #FEC2DD;
}
.TagClassName
{
border-color: #FEC2DD;
}
</style>