Shades of Pink Lace #FECBD4
Tints of Pink Lace #FECBD4
RGB
CMYK
RGB Variations
Color information
#FECBD4 (or 0xFECBD4) is known color: Pink Lace. HEX triplet: FE, CB and D4. RGB value is (254,203,212). Sum of RGB (Red+Green+Blue) = 254+203+212=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD4 is #01342B. Grayscale: #DBDBDB. Windows color (decimal): -78892 or 13945854. OLE color: 13945854.
HSL color Cylindrical-coordinate representation of color #FECBD4: hue angle of 349.41º 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 #FECBD4 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 212 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.00 |
| HSL | 349.41º | 0.96% | 0.9% | - |
| HSV(B) | 349.41º | 0.2% | 1% | - |
| XYZ | 74.11 | 68.54 | 71.61 | - |
| YUV | 219.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 212 | 0 | 0.20 | 0.17 | 0.00 | 349.41 | 0.96 | 0.9 |
| Hex | FE | CB | D4 | 0 | 14 | 11 | 0 | 15D | 60 | 5A |
| Octal | 376 | 313 | 324 | 0 | 24 | 21 | 0 | 535 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010100 | 0 | 10100 | 10001 | 0 | 101011101 | 1100000 | 1011010 |
Color Harmonies of #FECBD4
Complementary color
Monochromatic Colors of #FECBD4
Black with #FECBD4
Text Example
Text Example
White with #FECBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD4; }
p { color: rgb(254,203,212); }
H1.HeaderClassName
{
color: #FECBD4;
}
.AnyTagClassName
{
color: #FECBD4;
}
</style>
background-color css
<style>
a { background-color: #FECBD4; }
a { background-color: rgb(254,203,212); }
div.DivClassName
{
background-color: #FECBD4;
}
.BgClassName
{
background-color: #FECBD4;
}
</style>
border-color css
<style>
span { border-color: #FECBD4; }
span { border-color: rgb(254,203,212); }
td.TdClassName
{
border-color: #FECBD4;
}
.TagClassName
{
border-color: #FECBD4;
}
</style>