Shades of Pink Lace #FBCDDD
Tints of Pink Lace #FBCDDD
RGB
CMYK
RGB Variations
Color information
#FBCDDD (or 0xFBCDDD) is known color: Pink Lace. HEX triplet: FB, CD and DD. RGB value is (251,205,221). Sum of RGB (Red+Green+Blue) = 251+205+221=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDDD is #043222. Grayscale: #DCDCDC. Windows color (decimal): -274979 or 14536187. OLE color: 14536187.
HSL color Cylindrical-coordinate representation of color #FBCDDD: hue angle of 339.13º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 221 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 339.13º | 0.85% | 0.89% | - |
| HSV(B) | 339.13º | 0.18% | 0.98% | - |
| XYZ | 74.67 | 69.39 | 77.87 | - |
| YUV | 220.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 221 | 0 | 0.18 | 0.12 | 0.02 | 339.13 | 0.85 | 0.89 |
| Hex | FB | CD | DD | 0 | 12 | C | 2 | 153 | 55 | 59 |
| Octal | 373 | 315 | 335 | 0 | 22 | 14 | 2 | 523 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11011101 | 0 | 10010 | 1100 | 10 | 101010011 | 1010101 | 1011001 |
Color Harmonies of #FBCDDD
Complementary color
Monochromatic Colors of #FBCDDD
Black with #FBCDDD
Text Example
Text Example
White with #FBCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDDD; }
p { color: rgb(251,205,221); }
H1.HeaderClassName
{
color: #FBCDDD;
}
.AnyTagClassName
{
color: #FBCDDD;
}
</style>
background-color css
<style>
a { background-color: #FBCDDD; }
a { background-color: rgb(251,205,221); }
div.DivClassName
{
background-color: #FBCDDD;
}
.BgClassName
{
background-color: #FBCDDD;
}
</style>
border-color css
<style>
span { border-color: #FBCDDD; }
span { border-color: rgb(251,205,221); }
td.TdClassName
{
border-color: #FBCDDD;
}
.TagClassName
{
border-color: #FBCDDD;
}
</style>