Shades of Pink Lace #FACAD2
Tints of Pink Lace #FACAD2
RGB
CMYK
RGB Variations
Color information
#FACAD2 (or 0xFACAD2) is known color: Pink Lace. HEX triplet: FA, CA and D2. RGB value is (250,202,210). Sum of RGB (Red+Green+Blue) = 250+202+210=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAD2 is #05352D. Grayscale: #D9D9D9. Windows color (decimal): -341294 or 13814522. OLE color: 13814522.
HSL color Cylindrical-coordinate representation of color #FACAD2: hue angle of 350º degrees, saturation: 0.83, 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 #FACAD2 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 210 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.02 |
| HSL | 350º | 0.83% | 0.89% | - |
| HSV(B) | 350º | 0.19% | 0.98% | - |
| XYZ | 72.18 | 67.22 | 70.14 | - |
| YUV | 217.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 210 | 0 | 0.19 | 0.16 | 0.02 | 350 | 0.83 | 0.89 |
| Hex | FA | CA | D2 | 0 | 13 | 10 | 2 | 15E | 53 | 59 |
| Octal | 372 | 312 | 322 | 0 | 23 | 20 | 2 | 536 | 123 | 131 |
| Binary | 11111010 | 11001010 | 11010010 | 0 | 10011 | 10000 | 10 | 101011110 | 1010011 | 1011001 |
Color Harmonies of #FACAD2
Complementary color
Monochromatic Colors of #FACAD2
Black with #FACAD2
Text Example
Text Example
White with #FACAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAD2; }
p { color: rgb(250,202,210); }
H1.HeaderClassName
{
color: #FACAD2;
}
.AnyTagClassName
{
color: #FACAD2;
}
</style>
background-color css
<style>
a { background-color: #FACAD2; }
a { background-color: rgb(250,202,210); }
div.DivClassName
{
background-color: #FACAD2;
}
.BgClassName
{
background-color: #FACAD2;
}
</style>
border-color css
<style>
span { border-color: #FACAD2; }
span { border-color: rgb(250,202,210); }
td.TdClassName
{
border-color: #FACAD2;
}
.TagClassName
{
border-color: #FACAD2;
}
</style>