Shades of Cupid #FAABC4
Tints of Cupid #FAABC4
RGB
CMYK
RGB Variations
Color information
#FAABC4 (or 0xFAABC4) is known color: Cupid. HEX triplet: FA, AB and C4. RGB value is (250,171,196). Sum of RGB (Red+Green+Blue) = 250+171+196=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABC4 is #05543B. Grayscale: #C5C5C5. Windows color (decimal): -349244 or 12889082. OLE color: 12889082.
HSL color Cylindrical-coordinate representation of color #FAABC4: hue angle of 341.01º 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 #FAABC4 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 196 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 341.01º | 0.89% | 0.83% | - |
| HSV(B) | 341.01º | 0.32% | 0.98% | - |
| XYZ | 63.95 | 53.44 | 59.17 | - |
| YUV | 197.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 196 | 0 | 0.32 | 0.22 | 0.02 | 341.01 | 0.89 | 0.83 |
| Hex | FA | AB | C4 | 0 | 20 | 16 | 2 | 155 | 59 | 53 |
| Octal | 372 | 253 | 304 | 0 | 40 | 26 | 2 | 525 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11000100 | 0 | 100000 | 10110 | 10 | 101010101 | 1011001 | 1010011 |
Color Harmonies of #FAABC4
Complementary color
Monochromatic Colors of #FAABC4
Black with #FAABC4
Text Example
Text Example
White with #FAABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABC4; }
p { color: rgb(250,171,196); }
H1.HeaderClassName
{
color: #FAABC4;
}
.AnyTagClassName
{
color: #FAABC4;
}
</style>
background-color css
<style>
a { background-color: #FAABC4; }
a { background-color: rgb(250,171,196); }
div.DivClassName
{
background-color: #FAABC4;
}
.BgClassName
{
background-color: #FAABC4;
}
</style>
border-color css
<style>
span { border-color: #FAABC4; }
span { border-color: rgb(250,171,196); }
td.TdClassName
{
border-color: #FAABC4;
}
.TagClassName
{
border-color: #FAABC4;
}
</style>