Shades of Cupid #FAACC1
Tints of Cupid #FAACC1
RGB
CMYK
RGB Variations
Color information
#FAACC1 (or 0xFAACC1) is known color: Cupid. HEX triplet: FA, AC and C1. RGB value is (250,172,193). Sum of RGB (Red+Green+Blue) = 250+172+193=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC1 is #05533E. Grayscale: #C5C5C5. Windows color (decimal): -348991 or 12692730. OLE color: 12692730.
HSL color Cylindrical-coordinate representation of color #FAACC1: hue angle of 343.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACC1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 193 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.02 |
| HSL | 343.85º | 0.89% | 0.83% | - |
| HSV(B) | 343.85º | 0.31% | 0.98% | - |
| XYZ | 63.8 | 53.68 | 57.45 | - |
| YUV | 197.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 193 | 0 | 0.31 | 0.23 | 0.02 | 343.85 | 0.89 | 0.83 |
| Hex | FA | AC | C1 | 0 | 1F | 17 | 2 | 158 | 59 | 53 |
| Octal | 372 | 254 | 301 | 0 | 37 | 27 | 2 | 530 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11000001 | 0 | 11111 | 10111 | 10 | 101011000 | 1011001 | 1010011 |
Color Harmonies of #FAACC1
Complementary color
Monochromatic Colors of #FAACC1
Black with #FAACC1
Text Example
Text Example
White with #FAACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACC1; }
p { color: rgb(250,172,193); }
H1.HeaderClassName
{
color: #FAACC1;
}
.AnyTagClassName
{
color: #FAACC1;
}
</style>
background-color css
<style>
a { background-color: #FAACC1; }
a { background-color: rgb(250,172,193); }
div.DivClassName
{
background-color: #FAACC1;
}
.BgClassName
{
background-color: #FAACC1;
}
</style>
border-color css
<style>
span { border-color: #FAACC1; }
span { border-color: rgb(250,172,193); }
td.TdClassName
{
border-color: #FAACC1;
}
.TagClassName
{
border-color: #FAACC1;
}
</style>