Shades of Cupid #FAAAC3
Tints of Cupid #FAAAC3
RGB
CMYK
RGB Variations
Color information
#FAAAC3 (or 0xFAAAC3) is known color: Cupid. HEX triplet: FA, AA and C3. RGB value is (250,170,195). Sum of RGB (Red+Green+Blue) = 250+170+195=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAC3 is #05553C. Grayscale: #C4C4C4. Windows color (decimal): -349501 or 12823290. OLE color: 12823290.
HSL color Cylindrical-coordinate representation of color #FAAAC3: hue angle of 341.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAC3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 195 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 341.25º | 0.89% | 0.82% | - |
| HSV(B) | 341.25º | 0.32% | 0.98% | - |
| XYZ | 63.65 | 53.01 | 58.51 | - |
| YUV | 196.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 195 | 0 | 0.32 | 0.22 | 0.02 | 341.25 | 0.89 | 0.82 |
| Hex | FA | AA | C3 | 0 | 20 | 16 | 2 | 155 | 59 | 52 |
| Octal | 372 | 252 | 303 | 0 | 40 | 26 | 2 | 525 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11000011 | 0 | 100000 | 10110 | 10 | 101010101 | 1011001 | 1010010 |
Color Harmonies of #FAAAC3
Complementary color
Monochromatic Colors of #FAAAC3
Black with #FAAAC3
Text Example
Text Example
White with #FAAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAC3; }
p { color: rgb(250,170,195); }
H1.HeaderClassName
{
color: #FAAAC3;
}
.AnyTagClassName
{
color: #FAAAC3;
}
</style>
background-color css
<style>
a { background-color: #FAAAC3; }
a { background-color: rgb(250,170,195); }
div.DivClassName
{
background-color: #FAAAC3;
}
.BgClassName
{
background-color: #FAAAC3;
}
</style>
border-color css
<style>
span { border-color: #FAAAC3; }
span { border-color: rgb(250,170,195); }
td.TdClassName
{
border-color: #FAAAC3;
}
.TagClassName
{
border-color: #FAAAC3;
}
</style>