Shades of Pink Lace #FACCDA
Tints of Pink Lace #FACCDA
RGB
CMYK
RGB Variations
Color information
#FACCDA (or 0xFACCDA) is known color: Pink Lace. HEX triplet: FA, CC and DA. RGB value is (250,204,218). Sum of RGB (Red+Green+Blue) = 250+204+218=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDA is #053325. Grayscale: #DBDBDB. Windows color (decimal): -340774 or 14339322. OLE color: 14339322.
HSL color Cylindrical-coordinate representation of color #FACCDA: hue angle of 341.74º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCDA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 204 | 218 | - |
CMYK | 0 | 0.18 | 0.13 | 0.02 |
HSL | 341.74º | 0.82% | 0.89% | - |
HSV(B) | 341.74º | 0.18% | 0.98% | - |
XYZ | 73.67 | 68.57 | 75.68 | - |
YUV | 219.35 | 127.24 | 149.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 204 | 218 | 0 | 0.18 | 0.13 | 0.02 | 341.74 | 0.82 | 0.89 |
Hex | FA | CC | DA | 0 | 12 | D | 2 | 156 | 52 | 59 |
Octal | 372 | 314 | 332 | 0 | 22 | 15 | 2 | 526 | 122 | 131 |
Binary | 11111010 | 11001100 | 11011010 | 0 | 10010 | 1101 | 10 | 101010110 | 1010010 | 1011001 |
Color Harmonies of #FACCDA
Complementary color
Monochromatic Colors of #FACCDA
Black with #FACCDA
Text Example
Text Example
White with #FACCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCDA; }
p { color: rgb(250,204,218); }
H1.HeaderClassName
{
color: #FACCDA;
}
.AnyTagClassName
{
color: #FACCDA;
}
</style>
background-color css
<style>
a { background-color: #FACCDA; }
a { background-color: rgb(250,204,218); }
div.DivClassName
{
background-color: #FACCDA;
}
.BgClassName
{
background-color: #FACCDA;
}
</style>
border-color css
<style>
span { border-color: #FACCDA; }
span { border-color: rgb(250,204,218); }
td.TdClassName
{
border-color: #FACCDA;
}
.TagClassName
{
border-color: #FACCDA;
}
</style>