Shades of Pink Lace #FBCBD5
Tints of Pink Lace #FBCBD5
RGB
CMYK
RGB Variations
Color information
#FBCBD5 (or 0xFBCBD5) is known color: Pink Lace. HEX triplet: FB, CB and D5. RGB value is (251,203,213). Sum of RGB (Red+Green+Blue) = 251+203+213=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD5 is #04342A. Grayscale: #DADADA. Windows color (decimal): -275499 or 14011387. OLE color: 14011387.
HSL color Cylindrical-coordinate representation of color #FBCBD5: hue angle of 347.5º degrees, saturation: 0.86, 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 #FBCBD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 213 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.02 |
| HSL | 347.5º | 0.86% | 0.89% | - |
| HSV(B) | 347.5º | 0.19% | 0.98% | - |
| XYZ | 73.15 | 68.03 | 72.23 | - |
| YUV | 218.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 213 | 0 | 0.19 | 0.15 | 0.02 | 347.5 | 0.86 | 0.89 |
| Hex | FB | CB | D5 | 0 | 13 | F | 2 | 15C | 56 | 59 |
| Octal | 373 | 313 | 325 | 0 | 23 | 17 | 2 | 534 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11010101 | 0 | 10011 | 1111 | 10 | 101011100 | 1010110 | 1011001 |
Color Harmonies of #FBCBD5
Complementary color
Monochromatic Colors of #FBCBD5
Black with #FBCBD5
Text Example
Text Example
White with #FBCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBD5; }
p { color: rgb(251,203,213); }
H1.HeaderClassName
{
color: #FBCBD5;
}
.AnyTagClassName
{
color: #FBCBD5;
}
</style>
background-color css
<style>
a { background-color: #FBCBD5; }
a { background-color: rgb(251,203,213); }
div.DivClassName
{
background-color: #FBCBD5;
}
.BgClassName
{
background-color: #FBCBD5;
}
</style>
border-color css
<style>
span { border-color: #FBCBD5; }
span { border-color: rgb(251,203,213); }
td.TdClassName
{
border-color: #FBCBD5;
}
.TagClassName
{
border-color: #FBCBD5;
}
</style>