Shades of Pink Lace #FBC2D3
Tints of Pink Lace #FBC2D3
RGB
CMYK
RGB Variations
Color information
#FBC2D3 (or 0xFBC2D3) is known color: Pink Lace. HEX triplet: FB, C2 and D3. RGB value is (251,194,211). Sum of RGB (Red+Green+Blue) = 251+194+211=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2D3 is #043D2C. Grayscale: #D4D4D4. Windows color (decimal): -277805 or 13878011. OLE color: 13878011.
HSL color Cylindrical-coordinate representation of color #FBC2D3: hue angle of 342.11º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2D3 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 211 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.02 |
| HSL | 342.11º | 0.88% | 0.87% | - |
| HSV(B) | 342.11º | 0.23% | 0.98% | - |
| XYZ | 70.83 | 63.8 | 70.21 | - |
| YUV | 212.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 211 | 0 | 0.23 | 0.16 | 0.02 | 342.11 | 0.88 | 0.87 |
| Hex | FB | C2 | D3 | 0 | 17 | 10 | 2 | 156 | 58 | 57 |
| Octal | 373 | 302 | 323 | 0 | 27 | 20 | 2 | 526 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11010011 | 0 | 10111 | 10000 | 10 | 101010110 | 1011000 | 1010111 |
Color Harmonies of #FBC2D3
Complementary color
Monochromatic Colors of #FBC2D3
Black with #FBC2D3
Text Example
Text Example
White with #FBC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2D3; }
p { color: rgb(251,194,211); }
H1.HeaderClassName
{
color: #FBC2D3;
}
.AnyTagClassName
{
color: #FBC2D3;
}
</style>
background-color css
<style>
a { background-color: #FBC2D3; }
a { background-color: rgb(251,194,211); }
div.DivClassName
{
background-color: #FBC2D3;
}
.BgClassName
{
background-color: #FBC2D3;
}
</style>
border-color css
<style>
span { border-color: #FBC2D3; }
span { border-color: rgb(251,194,211); }
td.TdClassName
{
border-color: #FBC2D3;
}
.TagClassName
{
border-color: #FBC2D3;
}
</style>