Shades of Pink Lace #FECBD8
Tints of Pink Lace #FECBD8
RGB
CMYK
RGB Variations
Color information
#FECBD8 (or 0xFECBD8) is known color: Pink Lace. HEX triplet: FE, CB and D8. RGB value is (254,203,216). Sum of RGB (Red+Green+Blue) = 254+203+216=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD8 is #013427. Grayscale: #DBDBDB. Windows color (decimal): -78888 or 14207998. OLE color: 14207998.
HSL color Cylindrical-coordinate representation of color #FECBD8: hue angle of 344.71º 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 #FECBD8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 216 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.00 |
| HSL | 344.71º | 0.96% | 0.9% | - |
| HSV(B) | 344.71º | 0.2% | 1% | - |
| XYZ | 74.62 | 68.74 | 74.3 | - |
| YUV | 219.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 216 | 0 | 0.20 | 0.15 | 0.00 | 344.71 | 0.96 | 0.9 |
| Hex | FE | CB | D8 | 0 | 14 | F | 0 | 159 | 60 | 5A |
| Octal | 376 | 313 | 330 | 0 | 24 | 17 | 0 | 531 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11011000 | 0 | 10100 | 1111 | 0 | 101011001 | 1100000 | 1011010 |
Color Harmonies of #FECBD8
Complementary color
Monochromatic Colors of #FECBD8
Black with #FECBD8
Text Example
Text Example
White with #FECBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD8; }
p { color: rgb(254,203,216); }
H1.HeaderClassName
{
color: #FECBD8;
}
.AnyTagClassName
{
color: #FECBD8;
}
</style>
background-color css
<style>
a { background-color: #FECBD8; }
a { background-color: rgb(254,203,216); }
div.DivClassName
{
background-color: #FECBD8;
}
.BgClassName
{
background-color: #FECBD8;
}
</style>
border-color css
<style>
span { border-color: #FECBD8; }
span { border-color: rgb(254,203,216); }
td.TdClassName
{
border-color: #FECBD8;
}
.TagClassName
{
border-color: #FECBD8;
}
</style>