Shades of Pink Lace #FAC2D5
Tints of Pink Lace #FAC2D5
RGB
CMYK
RGB Variations
Color information
#FAC2D5 (or 0xFAC2D5) is known color: Pink Lace. HEX triplet: FA, C2 and D5. RGB value is (250,194,213). Sum of RGB (Red+Green+Blue) = 250+194+213=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2D5 is #053D2A. Grayscale: #D4D4D4. Windows color (decimal): -343339 or 14009082. OLE color: 14009082.
HSL color Cylindrical-coordinate representation of color #FAC2D5: hue angle of 339.64º 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 #FAC2D5 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 213 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.02 |
| HSL | 339.64º | 0.85% | 0.87% | - |
| HSV(B) | 339.64º | 0.22% | 0.98% | - |
| XYZ | 70.73 | 63.71 | 71.52 | - |
| YUV | 212.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 213 | 0 | 0.22 | 0.15 | 0.02 | 339.64 | 0.85 | 0.87 |
| Hex | FA | C2 | D5 | 0 | 16 | F | 2 | 154 | 55 | 57 |
| Octal | 372 | 302 | 325 | 0 | 26 | 17 | 2 | 524 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11010101 | 0 | 10110 | 1111 | 10 | 101010100 | 1010101 | 1010111 |
Color Harmonies of #FAC2D5
Complementary color
Monochromatic Colors of #FAC2D5
Black with #FAC2D5
Text Example
Text Example
White with #FAC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2D5; }
p { color: rgb(250,194,213); }
H1.HeaderClassName
{
color: #FAC2D5;
}
.AnyTagClassName
{
color: #FAC2D5;
}
</style>
background-color css
<style>
a { background-color: #FAC2D5; }
a { background-color: rgb(250,194,213); }
div.DivClassName
{
background-color: #FAC2D5;
}
.BgClassName
{
background-color: #FAC2D5;
}
</style>
border-color css
<style>
span { border-color: #FAC2D5; }
span { border-color: rgb(250,194,213); }
td.TdClassName
{
border-color: #FAC2D5;
}
.TagClassName
{
border-color: #FAC2D5;
}
</style>