Shades of Pink Lace #FBC4D2
Tints of Pink Lace #FBC4D2
RGB
CMYK
RGB Variations
Color information
#FBC4D2 (or 0xFBC4D2) is known color: Pink Lace. HEX triplet: FB, C4 and D2. RGB value is (251,196,210). Sum of RGB (Red+Green+Blue) = 251+196+210=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4D2 is #043B2D. Grayscale: #D6D6D6. Windows color (decimal): -277294 or 13812987. OLE color: 13812987.
HSL color Cylindrical-coordinate representation of color #FBC4D2: hue angle of 344.73º 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 #FBC4D2 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 210 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.02 |
| HSL | 344.73º | 0.87% | 0.88% | - |
| HSV(B) | 344.73º | 0.22% | 0.98% | - |
| XYZ | 71.16 | 64.64 | 69.7 | - |
| YUV | 214.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 210 | 0 | 0.22 | 0.16 | 0.02 | 344.73 | 0.87 | 0.88 |
| Hex | FB | C4 | D2 | 0 | 16 | 10 | 2 | 159 | 57 | 58 |
| Octal | 373 | 304 | 322 | 0 | 26 | 20 | 2 | 531 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11010010 | 0 | 10110 | 10000 | 10 | 101011001 | 1010111 | 1011000 |
Color Harmonies of #FBC4D2
Complementary color
Monochromatic Colors of #FBC4D2
Black with #FBC4D2
Text Example
Text Example
White with #FBC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4D2; }
p { color: rgb(251,196,210); }
H1.HeaderClassName
{
color: #FBC4D2;
}
.AnyTagClassName
{
color: #FBC4D2;
}
</style>
background-color css
<style>
a { background-color: #FBC4D2; }
a { background-color: rgb(251,196,210); }
div.DivClassName
{
background-color: #FBC4D2;
}
.BgClassName
{
background-color: #FBC4D2;
}
</style>
border-color css
<style>
span { border-color: #FBC4D2; }
span { border-color: rgb(251,196,210); }
td.TdClassName
{
border-color: #FBC4D2;
}
.TagClassName
{
border-color: #FBC4D2;
}
</style>