Shades of Cupid #FAABC2
Tints of Cupid #FAABC2
RGB
CMYK
RGB Variations
Color information
#FAABC2 (or 0xFAABC2) is known color: Cupid. HEX triplet: FA, AB and C2. RGB value is (250,171,194). Sum of RGB (Red+Green+Blue) = 250+171+194=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC2 is #05543D. Grayscale: #C5C5C5. Windows color (decimal): -349246 or 12758010. OLE color: 12758010.
HSL color Cylindrical-coordinate representation of color #FAABC2: hue angle of 342.53º 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 #FAABC2 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 194 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 342.53º | 0.89% | 0.83% | - |
| HSV(B) | 342.53º | 0.32% | 0.98% | - |
| XYZ | 63.72 | 53.34 | 57.98 | - |
| YUV | 197.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 194 | 0 | 0.32 | 0.22 | 0.02 | 342.53 | 0.89 | 0.83 |
| Hex | FA | AB | C2 | 0 | 20 | 16 | 2 | 157 | 59 | 53 |
| Octal | 372 | 253 | 302 | 0 | 40 | 26 | 2 | 527 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000010 | 0 | 100000 | 10110 | 10 | 101010111 | 1011001 | 1010011 |
Color Harmonies of #FAABC2
Complementary color
Monochromatic Colors of #FAABC2
Black with #FAABC2
Text Example
Text Example
White with #FAABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC2; }
p { color: rgb(250,171,194); }
H1.HeaderClassName
{
color: #FAABC2;
}
.AnyTagClassName
{
color: #FAABC2;
}
</style>
background-color css
<style>
a { background-color: #FAABC2; }
a { background-color: rgb(250,171,194); }
div.DivClassName
{
background-color: #FAABC2;
}
.BgClassName
{
background-color: #FAABC2;
}
</style>
border-color css
<style>
span { border-color: #FAABC2; }
span { border-color: rgb(250,171,194); }
td.TdClassName
{
border-color: #FAABC2;
}
.TagClassName
{
border-color: #FAABC2;
}
</style>