Shades of Pink Lace #FBC6D3
Tints of Pink Lace #FBC6D3
RGB
CMYK
RGB Variations
Color information
#FBC6D3 (or 0xFBC6D3) is known color: Pink Lace. HEX triplet: FB, C6 and D3. RGB value is (251,198,211). Sum of RGB (Red+Green+Blue) = 251+198+211=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6D3 is #04392C. Grayscale: #D7D7D7. Windows color (decimal): -276781 or 13879035. OLE color: 13879035.
HSL color Cylindrical-coordinate representation of color #FBC6D3: hue angle of 345.28º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6D3 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 211 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.02 |
| HSL | 345.28º | 0.87% | 0.88% | - |
| HSV(B) | 345.28º | 0.21% | 0.98% | - |
| XYZ | 71.74 | 65.6 | 70.51 | - |
| YUV | 215.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 211 | 0 | 0.21 | 0.16 | 0.02 | 345.28 | 0.87 | 0.88 |
| Hex | FB | C6 | D3 | 0 | 15 | 10 | 2 | 159 | 57 | 58 |
| Octal | 373 | 306 | 323 | 0 | 25 | 20 | 2 | 531 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11010011 | 0 | 10101 | 10000 | 10 | 101011001 | 1010111 | 1011000 |
Color Harmonies of #FBC6D3
Complementary color
Monochromatic Colors of #FBC6D3
Black with #FBC6D3
Text Example
Text Example
White with #FBC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6D3; }
p { color: rgb(251,198,211); }
H1.HeaderClassName
{
color: #FBC6D3;
}
.AnyTagClassName
{
color: #FBC6D3;
}
</style>
background-color css
<style>
a { background-color: #FBC6D3; }
a { background-color: rgb(251,198,211); }
div.DivClassName
{
background-color: #FBC6D3;
}
.BgClassName
{
background-color: #FBC6D3;
}
</style>
border-color css
<style>
span { border-color: #FBC6D3; }
span { border-color: rgb(251,198,211); }
td.TdClassName
{
border-color: #FBC6D3;
}
.TagClassName
{
border-color: #FBC6D3;
}
</style>