Shades of Pink Lace #FBCBD2
Tints of Pink Lace #FBCBD2
RGB
CMYK
RGB Variations
Color information
#FBCBD2 (or 0xFBCBD2) is known color: Pink Lace. HEX triplet: FB, CB and D2. RGB value is (251,203,210). Sum of RGB (Red+Green+Blue) = 251+203+210=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD2 is #04342D. Grayscale: #DADADA. Windows color (decimal): -275502 or 13814779. OLE color: 13814779.
HSL color Cylindrical-coordinate representation of color #FBCBD2: hue angle of 351.25º 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 #FBCBD2 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 210 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.02 |
| HSL | 351.25º | 0.86% | 0.89% | - |
| HSV(B) | 351.25º | 0.19% | 0.98% | - |
| XYZ | 72.77 | 67.87 | 70.24 | - |
| YUV | 218.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 210 | 0 | 0.19 | 0.16 | 0.02 | 351.25 | 0.86 | 0.89 |
| Hex | FB | CB | D2 | 0 | 13 | 10 | 2 | 15F | 56 | 59 |
| Octal | 373 | 313 | 322 | 0 | 23 | 20 | 2 | 537 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11010010 | 0 | 10011 | 10000 | 10 | 101011111 | 1010110 | 1011001 |
Color Harmonies of #FBCBD2
Complementary color
Monochromatic Colors of #FBCBD2
Black with #FBCBD2
Text Example
Text Example
White with #FBCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBD2; }
p { color: rgb(251,203,210); }
H1.HeaderClassName
{
color: #FBCBD2;
}
.AnyTagClassName
{
color: #FBCBD2;
}
</style>
background-color css
<style>
a { background-color: #FBCBD2; }
a { background-color: rgb(251,203,210); }
div.DivClassName
{
background-color: #FBCBD2;
}
.BgClassName
{
background-color: #FBCBD2;
}
</style>
border-color css
<style>
span { border-color: #FBCBD2; }
span { border-color: rgb(251,203,210); }
td.TdClassName
{
border-color: #FBCBD2;
}
.TagClassName
{
border-color: #FBCBD2;
}
</style>