Shades of Cupid #FAABC3
Tints of Cupid #FAABC3
RGB
CMYK
RGB Variations
Color information
#FAABC3 (or 0xFAABC3) is known color: Cupid. HEX triplet: FA, AB and C3. RGB value is (250,171,195). Sum of RGB (Red+Green+Blue) = 250+171+195=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC3 is #05543C. Grayscale: #C5C5C5. Windows color (decimal): -349245 or 12823546. OLE color: 12823546.
HSL color Cylindrical-coordinate representation of color #FAABC3: hue angle of 341.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABC3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 195 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 341.77º | 0.89% | 0.83% | - |
| HSV(B) | 341.77º | 0.32% | 0.98% | - |
| XYZ | 63.84 | 53.39 | 58.57 | - |
| YUV | 197.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 195 | 0 | 0.32 | 0.22 | 0.02 | 341.77 | 0.89 | 0.83 |
| Hex | FA | AB | C3 | 0 | 20 | 16 | 2 | 156 | 59 | 53 |
| Octal | 372 | 253 | 303 | 0 | 40 | 26 | 2 | 526 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000011 | 0 | 100000 | 10110 | 10 | 101010110 | 1011001 | 1010011 |
Color Harmonies of #FAABC3
Complementary color
Monochromatic Colors of #FAABC3
Black with #FAABC3
Text Example
Text Example
White with #FAABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC3; }
p { color: rgb(250,171,195); }
H1.HeaderClassName
{
color: #FAABC3;
}
.AnyTagClassName
{
color: #FAABC3;
}
</style>
background-color css
<style>
a { background-color: #FAABC3; }
a { background-color: rgb(250,171,195); }
div.DivClassName
{
background-color: #FAABC3;
}
.BgClassName
{
background-color: #FAABC3;
}
</style>
border-color css
<style>
span { border-color: #FAABC3; }
span { border-color: rgb(250,171,195); }
td.TdClassName
{
border-color: #FAABC3;
}
.TagClassName
{
border-color: #FAABC3;
}
</style>