Shades of Pink Lace #FBCFDB
Tints of Pink Lace #FBCFDB
RGB
CMYK
RGB Variations
Color information
#FBCFDB (or 0xFBCFDB) is known color: Pink Lace. HEX triplet: FB, CF and DB. RGB value is (251,207,219). Sum of RGB (Red+Green+Blue) = 251+207+219=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFDB is #043024. Grayscale: #DDDDDD. Windows color (decimal): -274469 or 14405627. OLE color: 14405627.
HSL color Cylindrical-coordinate representation of color #FBCFDB: hue angle of 343.64º 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 #FBCFDB is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 219 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.02 |
| HSL | 343.64º | 0.85% | 0.9% | - |
| HSV(B) | 343.64º | 0.18% | 0.98% | - |
| XYZ | 74.88 | 70.25 | 76.63 | - |
| YUV | 221.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 219 | 0 | 0.18 | 0.13 | 0.02 | 343.64 | 0.85 | 0.9 |
| Hex | FB | CF | DB | 0 | 12 | D | 2 | 158 | 55 | 5A |
| Octal | 373 | 317 | 333 | 0 | 22 | 15 | 2 | 530 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11011011 | 0 | 10010 | 1101 | 10 | 101011000 | 1010101 | 1011010 |
Color Harmonies of #FBCFDB
Complementary color
Monochromatic Colors of #FBCFDB
Black with #FBCFDB
Text Example
Text Example
White with #FBCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFDB; }
p { color: rgb(251,207,219); }
H1.HeaderClassName
{
color: #FBCFDB;
}
.AnyTagClassName
{
color: #FBCFDB;
}
</style>
background-color css
<style>
a { background-color: #FBCFDB; }
a { background-color: rgb(251,207,219); }
div.DivClassName
{
background-color: #FBCFDB;
}
.BgClassName
{
background-color: #FBCFDB;
}
</style>
border-color css
<style>
span { border-color: #FBCFDB; }
span { border-color: rgb(251,207,219); }
td.TdClassName
{
border-color: #FBCFDB;
}
.TagClassName
{
border-color: #FBCFDB;
}
</style>