Shades of Cupid #FAACC5
Tints of Cupid #FAACC5
RGB
CMYK
RGB Variations
Color information
#FAACC5 (or 0xFAACC5) is known color: Cupid. HEX triplet: FA, AC and C5. RGB value is (250,172,197). Sum of RGB (Red+Green+Blue) = 250+172+197=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC5 is #05533A. Grayscale: #C6C6C6. Windows color (decimal): -348987 or 12954874. OLE color: 12954874.
HSL color Cylindrical-coordinate representation of color #FAACC5: hue angle of 340.77º 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 #FAACC5 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 197 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 340.77º | 0.89% | 0.83% | - |
| HSV(B) | 340.77º | 0.31% | 0.98% | - |
| XYZ | 64.25 | 53.86 | 59.83 | - |
| YUV | 198.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 197 | 0 | 0.31 | 0.21 | 0.02 | 340.77 | 0.89 | 0.83 |
| Hex | FA | AC | C5 | 0 | 1F | 15 | 2 | 155 | 59 | 53 |
| Octal | 372 | 254 | 305 | 0 | 37 | 25 | 2 | 525 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11000101 | 0 | 11111 | 10101 | 10 | 101010101 | 1011001 | 1010011 |
Color Harmonies of #FAACC5
Complementary color
Monochromatic Colors of #FAACC5
Black with #FAACC5
Text Example
Text Example
White with #FAACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACC5; }
p { color: rgb(250,172,197); }
H1.HeaderClassName
{
color: #FAACC5;
}
.AnyTagClassName
{
color: #FAACC5;
}
</style>
background-color css
<style>
a { background-color: #FAACC5; }
a { background-color: rgb(250,172,197); }
div.DivClassName
{
background-color: #FAACC5;
}
.BgClassName
{
background-color: #FAACC5;
}
</style>
border-color css
<style>
span { border-color: #FAACC5; }
span { border-color: rgb(250,172,197); }
td.TdClassName
{
border-color: #FAACC5;
}
.TagClassName
{
border-color: #FAACC5;
}
</style>