Shades of Pink Lace #FBCDD6
Tints of Pink Lace #FBCDD6
RGB
CMYK
RGB Variations
Color information
#FBCDD6 (or 0xFBCDD6) is known color: Pink Lace. HEX triplet: FB, CD and D6. RGB value is (251,205,214). Sum of RGB (Red+Green+Blue) = 251+205+214=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDD6 is #043229. Grayscale: #DBDBDB. Windows color (decimal): -274986 or 14077435. OLE color: 14077435.
HSL color Cylindrical-coordinate representation of color #FBCDD6: hue angle of 348.26º 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 #FBCDD6 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 214 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.02 |
| HSL | 348.26º | 0.85% | 0.89% | - |
| HSV(B) | 348.26º | 0.18% | 0.98% | - |
| XYZ | 73.75 | 69.03 | 73.05 | - |
| YUV | 219.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 214 | 0 | 0.18 | 0.15 | 0.02 | 348.26 | 0.85 | 0.89 |
| Hex | FB | CD | D6 | 0 | 12 | F | 2 | 15C | 55 | 59 |
| Octal | 373 | 315 | 326 | 0 | 22 | 17 | 2 | 534 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11010110 | 0 | 10010 | 1111 | 10 | 101011100 | 1010101 | 1011001 |
Color Harmonies of #FBCDD6
Complementary color
Monochromatic Colors of #FBCDD6
Black with #FBCDD6
Text Example
Text Example
White with #FBCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDD6; }
p { color: rgb(251,205,214); }
H1.HeaderClassName
{
color: #FBCDD6;
}
.AnyTagClassName
{
color: #FBCDD6;
}
</style>
background-color css
<style>
a { background-color: #FBCDD6; }
a { background-color: rgb(251,205,214); }
div.DivClassName
{
background-color: #FBCDD6;
}
.BgClassName
{
background-color: #FBCDD6;
}
</style>
border-color css
<style>
span { border-color: #FBCDD6; }
span { border-color: rgb(251,205,214); }
td.TdClassName
{
border-color: #FBCDD6;
}
.TagClassName
{
border-color: #FBCDD6;
}
</style>