Shades of Pink Lace #FECCDB
Tints of Pink Lace #FECCDB
RGB
CMYK
RGB Variations
Color information
#FECCDB (or 0xFECCDB) is known color: Pink Lace. HEX triplet: FE, CC and DB. RGB value is (254,204,219). Sum of RGB (Red+Green+Blue) = 254+204+219=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCDB is #013324. Grayscale: #DCDCDC. Windows color (decimal): -78629 or 14404862. OLE color: 14404862.
HSL color Cylindrical-coordinate representation of color #FECCDB: hue angle of 342º 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 #FECCDB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 219 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.00 |
| HSL | 342º | 0.96% | 0.9% | - |
| HSV(B) | 342º | 0.2% | 1% | - |
| XYZ | 75.25 | 69.37 | 76.44 | - |
| YUV | 220.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 219 | 0 | 0.20 | 0.14 | 0.00 | 342 | 0.96 | 0.9 |
| Hex | FE | CC | DB | 0 | 14 | E | 0 | 156 | 60 | 5A |
| Octal | 376 | 314 | 333 | 0 | 24 | 16 | 0 | 526 | 140 | 132 |
| Binary | 11111110 | 11001100 | 11011011 | 0 | 10100 | 1110 | 0 | 101010110 | 1100000 | 1011010 |
Color Harmonies of #FECCDB
Complementary color
Monochromatic Colors of #FECCDB
Black with #FECCDB
Text Example
Text Example
White with #FECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCDB; }
p { color: rgb(254,204,219); }
H1.HeaderClassName
{
color: #FECCDB;
}
.AnyTagClassName
{
color: #FECCDB;
}
</style>
background-color css
<style>
a { background-color: #FECCDB; }
a { background-color: rgb(254,204,219); }
div.DivClassName
{
background-color: #FECCDB;
}
.BgClassName
{
background-color: #FECCDB;
}
</style>
border-color css
<style>
span { border-color: #FECCDB; }
span { border-color: rgb(254,204,219); }
td.TdClassName
{
border-color: #FECCDB;
}
.TagClassName
{
border-color: #FECCDB;
}
</style>