Shades of Pink Lace #FAC3D4
Tints of Pink Lace #FAC3D4
RGB
CMYK
RGB Variations
Color information
#FAC3D4 (or 0xFAC3D4) is known color: Pink Lace. HEX triplet: FA, C3 and D4. RGB value is (250,195,212). Sum of RGB (Red+Green+Blue) = 250+195+212=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3D4 is #053C2B. Grayscale: #D5D5D5. Windows color (decimal): -343084 or 13943802. OLE color: 13943802.
HSL color Cylindrical-coordinate representation of color #FAC3D4: hue angle of 341.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3D4 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 212 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.02 |
| HSL | 341.45º | 0.85% | 0.87% | - |
| HSV(B) | 341.45º | 0.22% | 0.98% | - |
| XYZ | 70.82 | 64.11 | 70.93 | - |
| YUV | 213.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 212 | 0 | 0.22 | 0.15 | 0.02 | 341.45 | 0.85 | 0.87 |
| Hex | FA | C3 | D4 | 0 | 16 | F | 2 | 155 | 55 | 57 |
| Octal | 372 | 303 | 324 | 0 | 26 | 17 | 2 | 525 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11010100 | 0 | 10110 | 1111 | 10 | 101010101 | 1010101 | 1010111 |
Color Harmonies of #FAC3D4
Complementary color
Monochromatic Colors of #FAC3D4
Black with #FAC3D4
Text Example
Text Example
White with #FAC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3D4; }
p { color: rgb(250,195,212); }
H1.HeaderClassName
{
color: #FAC3D4;
}
.AnyTagClassName
{
color: #FAC3D4;
}
</style>
background-color css
<style>
a { background-color: #FAC3D4; }
a { background-color: rgb(250,195,212); }
div.DivClassName
{
background-color: #FAC3D4;
}
.BgClassName
{
background-color: #FAC3D4;
}
</style>
border-color css
<style>
span { border-color: #FAC3D4; }
span { border-color: rgb(250,195,212); }
td.TdClassName
{
border-color: #FAC3D4;
}
.TagClassName
{
border-color: #FAC3D4;
}
</style>