Shades of Pink Lace #FBC7D3
Tints of Pink Lace #FBC7D3
RGB
CMYK
RGB Variations
Color information
#FBC7D3 (or 0xFBC7D3) is known color: Pink Lace. HEX triplet: FB, C7 and D3. RGB value is (251,199,211). Sum of RGB (Red+Green+Blue) = 251+199+211=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D3 is #04382C. Grayscale: #D7D7D7. Windows color (decimal): -276525 or 13879291. OLE color: 13879291.
HSL color Cylindrical-coordinate representation of color #FBC7D3: hue angle of 346.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7D3 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 211 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.02 |
| HSL | 346.15º | 0.87% | 0.88% | - |
| HSV(B) | 346.15º | 0.21% | 0.98% | - |
| XYZ | 71.96 | 66.06 | 70.59 | - |
| YUV | 215.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 211 | 0 | 0.21 | 0.16 | 0.02 | 346.15 | 0.87 | 0.88 |
| Hex | FB | C7 | D3 | 0 | 15 | 10 | 2 | 15A | 57 | 58 |
| Octal | 373 | 307 | 323 | 0 | 25 | 20 | 2 | 532 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010011 | 0 | 10101 | 10000 | 10 | 101011010 | 1010111 | 1011000 |
Color Harmonies of #FBC7D3
Complementary color
Monochromatic Colors of #FBC7D3
Black with #FBC7D3
Text Example
Text Example
White with #FBC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D3; }
p { color: rgb(251,199,211); }
H1.HeaderClassName
{
color: #FBC7D3;
}
.AnyTagClassName
{
color: #FBC7D3;
}
</style>
background-color css
<style>
a { background-color: #FBC7D3; }
a { background-color: rgb(251,199,211); }
div.DivClassName
{
background-color: #FBC7D3;
}
.BgClassName
{
background-color: #FBC7D3;
}
</style>
border-color css
<style>
span { border-color: #FBC7D3; }
span { border-color: rgb(251,199,211); }
td.TdClassName
{
border-color: #FBC7D3;
}
.TagClassName
{
border-color: #FBC7D3;
}
</style>