Shades of Pink Lace #FBC5D2
Tints of Pink Lace #FBC5D2
RGB
CMYK
RGB Variations
Color information
#FBC5D2 (or 0xFBC5D2) is known color: Pink Lace. HEX triplet: FB, C5 and D2. RGB value is (251,197,210). Sum of RGB (Red+Green+Blue) = 251+197+210=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D2 is #043A2D. Grayscale: #D6D6D6. Windows color (decimal): -277038 or 13813243. OLE color: 13813243.
HSL color Cylindrical-coordinate representation of color #FBC5D2: hue angle of 345.56º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5D2 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 210 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.02 |
| HSL | 345.56º | 0.87% | 0.88% | - |
| HSV(B) | 345.56º | 0.22% | 0.98% | - |
| XYZ | 71.38 | 65.09 | 69.78 | - |
| YUV | 214.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 210 | 0 | 0.22 | 0.16 | 0.02 | 345.56 | 0.87 | 0.88 |
| Hex | FB | C5 | D2 | 0 | 16 | 10 | 2 | 15A | 57 | 58 |
| Octal | 373 | 305 | 322 | 0 | 26 | 20 | 2 | 532 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11010010 | 0 | 10110 | 10000 | 10 | 101011010 | 1010111 | 1011000 |
Color Harmonies of #FBC5D2
Complementary color
Monochromatic Colors of #FBC5D2
Black with #FBC5D2
Text Example
Text Example
White with #FBC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5D2; }
p { color: rgb(251,197,210); }
H1.HeaderClassName
{
color: #FBC5D2;
}
.AnyTagClassName
{
color: #FBC5D2;
}
</style>
background-color css
<style>
a { background-color: #FBC5D2; }
a { background-color: rgb(251,197,210); }
div.DivClassName
{
background-color: #FBC5D2;
}
.BgClassName
{
background-color: #FBC5D2;
}
</style>
border-color css
<style>
span { border-color: #FBC5D2; }
span { border-color: rgb(251,197,210); }
td.TdClassName
{
border-color: #FBC5D2;
}
.TagClassName
{
border-color: #FBC5D2;
}
</style>