Shades of Pink Lace #FECBDC
Tints of Pink Lace #FECBDC
RGB
CMYK
RGB Variations
Color information
#FECBDC (or 0xFECBDC) is known color: Pink Lace. HEX triplet: FE, CB and DC. RGB value is (254,203,220). Sum of RGB (Red+Green+Blue) = 254+203+220=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBDC is #013423. Grayscale: #DCDCDC. Windows color (decimal): -78884 or 14470142. OLE color: 14470142.
HSL color Cylindrical-coordinate representation of color #FECBDC: hue angle of 340º 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 #FECBDC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 220 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.00 |
| HSL | 340º | 0.96% | 0.9% | - |
| HSV(B) | 340º | 0.2% | 1% | - |
| XYZ | 75.15 | 68.95 | 77.06 | - |
| YUV | 220.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 220 | 0 | 0.20 | 0.13 | 0.00 | 340 | 0.96 | 0.9 |
| Hex | FE | CB | DC | 0 | 14 | D | 0 | 154 | 60 | 5A |
| Octal | 376 | 313 | 334 | 0 | 24 | 15 | 0 | 524 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11011100 | 0 | 10100 | 1101 | 0 | 101010100 | 1100000 | 1011010 |
Color Harmonies of #FECBDC
Complementary color
Monochromatic Colors of #FECBDC
Black with #FECBDC
Text Example
Text Example
White with #FECBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBDC; }
p { color: rgb(254,203,220); }
H1.HeaderClassName
{
color: #FECBDC;
}
.AnyTagClassName
{
color: #FECBDC;
}
</style>
background-color css
<style>
a { background-color: #FECBDC; }
a { background-color: rgb(254,203,220); }
div.DivClassName
{
background-color: #FECBDC;
}
.BgClassName
{
background-color: #FECBDC;
}
</style>
border-color css
<style>
span { border-color: #FECBDC; }
span { border-color: rgb(254,203,220); }
td.TdClassName
{
border-color: #FECBDC;
}
.TagClassName
{
border-color: #FECBDC;
}
</style>