Shades of Pink Lace #FBCCD5
Tints of Pink Lace #FBCCD5
RGB
CMYK
RGB Variations
Color information
#FBCCD5 (or 0xFBCCD5) is known color: Pink Lace. HEX triplet: FB, CC and D5. RGB value is (251,204,213). Sum of RGB (Red+Green+Blue) = 251+204+213=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD5 is #04332A. Grayscale: #DBDBDB. Windows color (decimal): -275243 or 14011643. OLE color: 14011643.
HSL color Cylindrical-coordinate representation of color #FBCCD5: hue angle of 348.51º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 213 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.02 |
| HSL | 348.51º | 0.85% | 0.89% | - |
| HSV(B) | 348.51º | 0.19% | 0.98% | - |
| XYZ | 73.39 | 68.5 | 72.3 | - |
| YUV | 219.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 213 | 0 | 0.19 | 0.15 | 0.02 | 348.51 | 0.85 | 0.89 |
| Hex | FB | CC | D5 | 0 | 13 | F | 2 | 15D | 55 | 59 |
| Octal | 373 | 314 | 325 | 0 | 23 | 17 | 2 | 535 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11010101 | 0 | 10011 | 1111 | 10 | 101011101 | 1010101 | 1011001 |
Color Harmonies of #FBCCD5
Complementary color
Monochromatic Colors of #FBCCD5
Black with #FBCCD5
Text Example
Text Example
White with #FBCCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCD5; }
p { color: rgb(251,204,213); }
H1.HeaderClassName
{
color: #FBCCD5;
}
.AnyTagClassName
{
color: #FBCCD5;
}
</style>
background-color css
<style>
a { background-color: #FBCCD5; }
a { background-color: rgb(251,204,213); }
div.DivClassName
{
background-color: #FBCCD5;
}
.BgClassName
{
background-color: #FBCCD5;
}
</style>
border-color css
<style>
span { border-color: #FBCCD5; }
span { border-color: rgb(251,204,213); }
td.TdClassName
{
border-color: #FBCCD5;
}
.TagClassName
{
border-color: #FBCCD5;
}
</style>