Shades of Classic Rose #FEC1DD
Tints of Classic Rose #FEC1DD
RGB
CMYK
RGB Variations
Color information
#FEC1DD (or 0xFEC1DD) is known color: Classic Rose. HEX triplet: FE, C1 and DD. RGB value is (254,193,221). Sum of RGB (Red+Green+Blue) = 254+193+221=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1DD is #013E22. Grayscale: #D6D6D6. Windows color (decimal): -81443 or 14533118. OLE color: 14533118.
HSL color Cylindrical-coordinate representation of color #FEC1DD: hue angle of 332.46º 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 #FEC1DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.00 |
| HSL | 332.46º | 0.97% | 0.88% | - |
| HSV(B) | 332.46º | 0.24% | 1% | - |
| XYZ | 72.99 | 64.43 | 77 | - |
| YUV | 214.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 221 | 0 | 0.24 | 0.13 | 0.00 | 332.46 | 0.97 | 0.88 |
| Hex | FE | C1 | DD | 0 | 18 | D | 0 | 14C | 61 | 58 |
| Octal | 376 | 301 | 335 | 0 | 30 | 15 | 0 | 514 | 141 | 130 |
| Binary | 11111110 | 11000001 | 11011101 | 0 | 11000 | 1101 | 0 | 101001100 | 1100001 | 1011000 |
Color Harmonies of #FEC1DD
Complementary color
Monochromatic Colors of #FEC1DD
Black with #FEC1DD
Text Example
Text Example
White with #FEC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1DD; }
p { color: rgb(254,193,221); }
H1.HeaderClassName
{
color: #FEC1DD;
}
.AnyTagClassName
{
color: #FEC1DD;
}
</style>
background-color css
<style>
a { background-color: #FEC1DD; }
a { background-color: rgb(254,193,221); }
div.DivClassName
{
background-color: #FEC1DD;
}
.BgClassName
{
background-color: #FEC1DD;
}
</style>
border-color css
<style>
span { border-color: #FEC1DD; }
span { border-color: rgb(254,193,221); }
td.TdClassName
{
border-color: #FEC1DD;
}
.TagClassName
{
border-color: #FEC1DD;
}
</style>