Shades of Pink Lace #FBC1D3
Tints of Pink Lace #FBC1D3
RGB
CMYK
RGB Variations
Color information
#FBC1D3 (or 0xFBC1D3) is known color: Pink Lace. HEX triplet: FB, C1 and D3. RGB value is (251,193,211). Sum of RGB (Red+Green+Blue) = 251+193+211=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D3 is #043E2C. Grayscale: #D4D4D4. Windows color (decimal): -278061 or 13877755. OLE color: 13877755.
HSL color Cylindrical-coordinate representation of color #FBC1D3: hue angle of 341.38º 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 #FBC1D3 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 211 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.02 |
| HSL | 341.38º | 0.88% | 0.87% | - |
| HSV(B) | 341.38º | 0.23% | 0.98% | - |
| XYZ | 70.61 | 63.35 | 70.13 | - |
| YUV | 212.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 211 | 0 | 0.23 | 0.16 | 0.02 | 341.38 | 0.88 | 0.87 |
| Hex | FB | C1 | D3 | 0 | 17 | 10 | 2 | 155 | 58 | 57 |
| Octal | 373 | 301 | 323 | 0 | 27 | 20 | 2 | 525 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11010011 | 0 | 10111 | 10000 | 10 | 101010101 | 1011000 | 1010111 |
Color Harmonies of #FBC1D3
Complementary color
Monochromatic Colors of #FBC1D3
Black with #FBC1D3
Text Example
Text Example
White with #FBC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1D3; }
p { color: rgb(251,193,211); }
H1.HeaderClassName
{
color: #FBC1D3;
}
.AnyTagClassName
{
color: #FBC1D3;
}
</style>
background-color css
<style>
a { background-color: #FBC1D3; }
a { background-color: rgb(251,193,211); }
div.DivClassName
{
background-color: #FBC1D3;
}
.BgClassName
{
background-color: #FBC1D3;
}
</style>
border-color css
<style>
span { border-color: #FBC1D3; }
span { border-color: rgb(251,193,211); }
td.TdClassName
{
border-color: #FBC1D3;
}
.TagClassName
{
border-color: #FBC1D3;
}
</style>