Shades of Pink Lace #FECCDD
Tints of Pink Lace #FECCDD
RGB
CMYK
RGB Variations
Color information
#FECCDD (or 0xFECCDD) is known color: Pink Lace. HEX triplet: FE, CC and DD. RGB value is (254,204,221). Sum of RGB (Red+Green+Blue) = 254+204+221=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDD is #013322. Grayscale: #DCDCDC. Windows color (decimal): -78627 or 14535934. OLE color: 14535934.
HSL color Cylindrical-coordinate representation of color #FECCDD: hue angle of 339.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCDD is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 221 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.00 |
| HSL | 339.6º | 0.96% | 0.9% | - |
| HSV(B) | 339.6º | 0.2% | 1% | - |
| XYZ | 75.52 | 69.48 | 77.84 | - |
| YUV | 220.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 221 | 0 | 0.20 | 0.13 | 0.00 | 339.6 | 0.96 | 0.9 |
| Hex | FE | CC | DD | 0 | 14 | D | 0 | 154 | 60 | 5A |
| Octal | 376 | 314 | 335 | 0 | 24 | 15 | 0 | 524 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11011101 | 0 | 10100 | 1101 | 0 | 101010100 | 1100000 | 1011010 |
Color Harmonies of #FECCDD
Complementary color
Monochromatic Colors of #FECCDD
Black with #FECCDD
Text Example
Text Example
White with #FECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCDD; }
p { color: rgb(254,204,221); }
H1.HeaderClassName
{
color: #FECCDD;
}
.AnyTagClassName
{
color: #FECCDD;
}
</style>
background-color css
<style>
a { background-color: #FECCDD; }
a { background-color: rgb(254,204,221); }
div.DivClassName
{
background-color: #FECCDD;
}
.BgClassName
{
background-color: #FECCDD;
}
</style>
border-color css
<style>
span { border-color: #FECCDD; }
span { border-color: rgb(254,204,221); }
td.TdClassName
{
border-color: #FECCDD;
}
.TagClassName
{
border-color: #FECCDD;
}
</style>