Shades of Pink Lace #FBCED7
Tints of Pink Lace #FBCED7
RGB
CMYK
RGB Variations
Color information
#FBCED7 (or 0xFBCED7) is known color: Pink Lace. HEX triplet: FB, CE and D7. RGB value is (251,206,215). Sum of RGB (Red+Green+Blue) = 251+206+215=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED7 is #043128. Grayscale: #DCDCDC. Windows color (decimal): -274729 or 14143227. OLE color: 14143227.
HSL color Cylindrical-coordinate representation of color #FBCED7: hue angle of 348º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCED7 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 215 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 348º | 0.85% | 0.9% | - |
| HSV(B) | 348º | 0.18% | 0.98% | - |
| XYZ | 74.12 | 69.56 | 73.81 | - |
| YUV | 220.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 215 | 0 | 0.18 | 0.14 | 0.02 | 348 | 0.85 | 0.9 |
| Hex | FB | CE | D7 | 0 | 12 | E | 2 | 15C | 55 | 5A |
| Octal | 373 | 316 | 327 | 0 | 22 | 16 | 2 | 534 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11010111 | 0 | 10010 | 1110 | 10 | 101011100 | 1010101 | 1011010 |
Color Harmonies of #FBCED7
Complementary color
Monochromatic Colors of #FBCED7
Black with #FBCED7
Text Example
Text Example
White with #FBCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCED7; }
p { color: rgb(251,206,215); }
H1.HeaderClassName
{
color: #FBCED7;
}
.AnyTagClassName
{
color: #FBCED7;
}
</style>
background-color css
<style>
a { background-color: #FBCED7; }
a { background-color: rgb(251,206,215); }
div.DivClassName
{
background-color: #FBCED7;
}
.BgClassName
{
background-color: #FBCED7;
}
</style>
border-color css
<style>
span { border-color: #FBCED7; }
span { border-color: rgb(251,206,215); }
td.TdClassName
{
border-color: #FBCED7;
}
.TagClassName
{
border-color: #FBCED7;
}
</style>