Shades of Pink Lace #FECBD7
Tints of Pink Lace #FECBD7
RGB
CMYK
RGB Variations
Color information
#FECBD7 (or 0xFECBD7) is known color: Pink Lace. HEX triplet: FE, CB and D7. RGB value is (254,203,215). Sum of RGB (Red+Green+Blue) = 254+203+215=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBD7 is #013428. Grayscale: #DBDBDB. Windows color (decimal): -78889 or 14142462. OLE color: 14142462.
HSL color Cylindrical-coordinate representation of color #FECBD7: hue angle of 345.88º 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 #FECBD7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 215 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.00 |
| HSL | 345.88º | 0.96% | 0.9% | - |
| HSV(B) | 345.88º | 0.2% | 1% | - |
| XYZ | 74.49 | 68.69 | 73.62 | - |
| YUV | 219.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 215 | 0 | 0.20 | 0.15 | 0.00 | 345.88 | 0.96 | 0.9 |
| Hex | FE | CB | D7 | 0 | 14 | F | 0 | 15A | 60 | 5A |
| Octal | 376 | 313 | 327 | 0 | 24 | 17 | 0 | 532 | 140 | 132 |
| Binary | 11111110 | 11001011 | 11010111 | 0 | 10100 | 1111 | 0 | 101011010 | 1100000 | 1011010 |
Color Harmonies of #FECBD7
Complementary color
Monochromatic Colors of #FECBD7
Black with #FECBD7
Text Example
Text Example
White with #FECBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBD7; }
p { color: rgb(254,203,215); }
H1.HeaderClassName
{
color: #FECBD7;
}
.AnyTagClassName
{
color: #FECBD7;
}
</style>
background-color css
<style>
a { background-color: #FECBD7; }
a { background-color: rgb(254,203,215); }
div.DivClassName
{
background-color: #FECBD7;
}
.BgClassName
{
background-color: #FECBD7;
}
</style>
border-color css
<style>
span { border-color: #FECBD7; }
span { border-color: rgb(254,203,215); }
td.TdClassName
{
border-color: #FECBD7;
}
.TagClassName
{
border-color: #FECBD7;
}
</style>