Shades of Pink Lace #FBCDD8
Tints of Pink Lace #FBCDD8
RGB
CMYK
RGB Variations
Color information
#FBCDD8 (or 0xFBCDD8) is known color: Pink Lace. HEX triplet: FB, CD and D8. RGB value is (251,205,216). Sum of RGB (Red+Green+Blue) = 251+205+216=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDD8 is #043227. Grayscale: #DCDCDC. Windows color (decimal): -274984 or 14208507. OLE color: 14208507.
HSL color Cylindrical-coordinate representation of color #FBCDD8: hue angle of 345.65º 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 #FBCDD8 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 216 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 345.65º | 0.85% | 0.89% | - |
| HSV(B) | 345.65º | 0.18% | 0.98% | - |
| XYZ | 74.01 | 69.13 | 74.41 | - |
| YUV | 220.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 216 | 0 | 0.18 | 0.14 | 0.02 | 345.65 | 0.85 | 0.89 |
| Hex | FB | CD | D8 | 0 | 12 | E | 2 | 15A | 55 | 59 |
| Octal | 373 | 315 | 330 | 0 | 22 | 16 | 2 | 532 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11011000 | 0 | 10010 | 1110 | 10 | 101011010 | 1010101 | 1011001 |
Color Harmonies of #FBCDD8
Complementary color
Monochromatic Colors of #FBCDD8
Black with #FBCDD8
Text Example
Text Example
White with #FBCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDD8; }
p { color: rgb(251,205,216); }
H1.HeaderClassName
{
color: #FBCDD8;
}
.AnyTagClassName
{
color: #FBCDD8;
}
</style>
background-color css
<style>
a { background-color: #FBCDD8; }
a { background-color: rgb(251,205,216); }
div.DivClassName
{
background-color: #FBCDD8;
}
.BgClassName
{
background-color: #FBCDD8;
}
</style>
border-color css
<style>
span { border-color: #FBCDD8; }
span { border-color: rgb(251,205,216); }
td.TdClassName
{
border-color: #FBCDD8;
}
.TagClassName
{
border-color: #FBCDD8;
}
</style>