Shades of Pink Lace #FAC6D6
Tints of Pink Lace #FAC6D6
RGB
CMYK
RGB Variations
Color information
#FAC6D6 (or 0xFAC6D6) is known color: Pink Lace. HEX triplet: FA, C6 and D6. RGB value is (250,198,214). Sum of RGB (Red+Green+Blue) = 250+198+214=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 198 (77.73% from 255 or 29.91% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6D6 is #053929. Grayscale: #D7D7D7. Windows color (decimal): -342314 or 14075642. OLE color: 14075642.
HSL color Cylindrical-coordinate representation of color #FAC6D6: hue angle of 341.54º degrees, saturation: 0.84, 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 #FAC6D6 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 214 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.02 |
| HSL | 341.54º | 0.84% | 0.88% | - |
| HSV(B) | 341.54º | 0.21% | 0.98% | - |
| XYZ | 71.76 | 65.57 | 72.49 | - |
| YUV | 215.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 214 | 0 | 0.21 | 0.14 | 0.02 | 341.54 | 0.84 | 0.88 |
| Hex | FA | C6 | D6 | 0 | 15 | E | 2 | 156 | 54 | 58 |
| Octal | 372 | 306 | 326 | 0 | 25 | 16 | 2 | 526 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11010110 | 0 | 10101 | 1110 | 10 | 101010110 | 1010100 | 1011000 |
Color Harmonies of #FAC6D6
Complementary color
Monochromatic Colors of #FAC6D6
Black with #FAC6D6
Text Example
Text Example
White with #FAC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6D6; }
p { color: rgb(250,198,214); }
H1.HeaderClassName
{
color: #FAC6D6;
}
.AnyTagClassName
{
color: #FAC6D6;
}
</style>
background-color css
<style>
a { background-color: #FAC6D6; }
a { background-color: rgb(250,198,214); }
div.DivClassName
{
background-color: #FAC6D6;
}
.BgClassName
{
background-color: #FAC6D6;
}
</style>
border-color css
<style>
span { border-color: #FAC6D6; }
span { border-color: rgb(250,198,214); }
td.TdClassName
{
border-color: #FAC6D6;
}
.TagClassName
{
border-color: #FAC6D6;
}
</style>