Shades of Pink Lace #FACBD3
Tints of Pink Lace #FACBD3
RGB
CMYK
RGB Variations
Color information
#FACBD3 (or 0xFACBD3) is known color: Pink Lace. HEX triplet: FA, CB and D3. RGB value is (250,203,211). Sum of RGB (Red+Green+Blue) = 250+203+211=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD3 is #05342C. Grayscale: #D9D9D9. Windows color (decimal): -341037 or 13880314. OLE color: 13880314.
HSL color Cylindrical-coordinate representation of color #FACBD3: hue angle of 349.79º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACBD3 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 211 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.02 |
| HSL | 349.79º | 0.82% | 0.89% | - |
| HSV(B) | 349.79º | 0.19% | 0.98% | - |
| XYZ | 72.54 | 67.74 | 70.88 | - |
| YUV | 217.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 211 | 0 | 0.19 | 0.16 | 0.02 | 349.79 | 0.82 | 0.89 |
| Hex | FA | CB | D3 | 0 | 13 | 10 | 2 | 15E | 52 | 59 |
| Octal | 372 | 313 | 323 | 0 | 23 | 20 | 2 | 536 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11010011 | 0 | 10011 | 10000 | 10 | 101011110 | 1010010 | 1011001 |
Color Harmonies of #FACBD3
Complementary color
Monochromatic Colors of #FACBD3
Black with #FACBD3
Text Example
Text Example
White with #FACBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBD3; }
p { color: rgb(250,203,211); }
H1.HeaderClassName
{
color: #FACBD3;
}
.AnyTagClassName
{
color: #FACBD3;
}
</style>
background-color css
<style>
a { background-color: #FACBD3; }
a { background-color: rgb(250,203,211); }
div.DivClassName
{
background-color: #FACBD3;
}
.BgClassName
{
background-color: #FACBD3;
}
</style>
border-color css
<style>
span { border-color: #FACBD3; }
span { border-color: rgb(250,203,211); }
td.TdClassName
{
border-color: #FACBD3;
}
.TagClassName
{
border-color: #FACBD3;
}
</style>