Shades of Pink Lace #FACBD4
Tints of Pink Lace #FACBD4
RGB
CMYK
RGB Variations
Color information
#FACBD4 (or 0xFACBD4) is known color: Pink Lace. HEX triplet: FA, CB and D4. RGB value is (250,203,212). Sum of RGB (Red+Green+Blue) = 250+203+212=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBD4 is #05342B. Grayscale: #DADADA. Windows color (decimal): -341036 or 13945850. OLE color: 13945850.
HSL color Cylindrical-coordinate representation of color #FACBD4: hue angle of 348.51º 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 #FACBD4 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 212 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.02 |
| HSL | 348.51º | 0.82% | 0.89% | - |
| HSV(B) | 348.51º | 0.19% | 0.98% | - |
| XYZ | 72.66 | 67.79 | 71.54 | - |
| YUV | 218.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 212 | 0 | 0.19 | 0.15 | 0.02 | 348.51 | 0.82 | 0.89 |
| Hex | FA | CB | D4 | 0 | 13 | F | 2 | 15D | 52 | 59 |
| Octal | 372 | 313 | 324 | 0 | 23 | 17 | 2 | 535 | 122 | 131 |
| Binary | 11111010 | 11001011 | 11010100 | 0 | 10011 | 1111 | 10 | 101011101 | 1010010 | 1011001 |
Color Harmonies of #FACBD4
Complementary color
Monochromatic Colors of #FACBD4
Black with #FACBD4
Text Example
Text Example
White with #FACBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBD4; }
p { color: rgb(250,203,212); }
H1.HeaderClassName
{
color: #FACBD4;
}
.AnyTagClassName
{
color: #FACBD4;
}
</style>
background-color css
<style>
a { background-color: #FACBD4; }
a { background-color: rgb(250,203,212); }
div.DivClassName
{
background-color: #FACBD4;
}
.BgClassName
{
background-color: #FACBD4;
}
</style>
border-color css
<style>
span { border-color: #FACBD4; }
span { border-color: rgb(250,203,212); }
td.TdClassName
{
border-color: #FACBD4;
}
.TagClassName
{
border-color: #FACBD4;
}
</style>