Shades of Pink Lace #FECBD6
Tints of Pink Lace #FECBD6
RGB
CMYK
RGB Variations
Color information
#FECBD6 (or 0xFECBD6) is known color: Pink Lace. HEX triplet: FE, CB and D6. RGB value is (254,203,214). Sum of RGB (Red+Green+Blue) = 254+203+214=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD6 is #013429. Grayscale: #DBDBDB. Windows color (decimal): -78890 or 14076926. OLE color: 14076926.
HSL color Cylindrical-coordinate representation of color #FECBD6: hue angle of 347.06º 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 #FECBD6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 214 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.00 |
| HSL | 347.06º | 0.96% | 0.9% | - |
| HSV(B) | 347.06º | 0.2% | 1% | - |
| XYZ | 74.37 | 68.64 | 72.95 | - |
| YUV | 219.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 214 | 0 | 0.20 | 0.16 | 0.00 | 347.06 | 0.96 | 0.9 |
| Hex | FE | CB | D6 | 0 | 14 | 10 | 0 | 15B | 60 | 5A |
| Octal | 376 | 313 | 326 | 0 | 24 | 20 | 0 | 533 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010110 | 0 | 10100 | 10000 | 0 | 101011011 | 1100000 | 1011010 |
Color Harmonies of #FECBD6
Complementary color
Monochromatic Colors of #FECBD6
Black with #FECBD6
Text Example
Text Example
White with #FECBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD6; }
p { color: rgb(254,203,214); }
H1.HeaderClassName
{
color: #FECBD6;
}
.AnyTagClassName
{
color: #FECBD6;
}
</style>
background-color css
<style>
a { background-color: #FECBD6; }
a { background-color: rgb(254,203,214); }
div.DivClassName
{
background-color: #FECBD6;
}
.BgClassName
{
background-color: #FECBD6;
}
</style>
border-color css
<style>
span { border-color: #FECBD6; }
span { border-color: rgb(254,203,214); }
td.TdClassName
{
border-color: #FECBD6;
}
.TagClassName
{
border-color: #FECBD6;
}
</style>