Shades of Cupid #FAACBF
Tints of Cupid #FAACBF
RGB
CMYK
RGB Variations
Color information
#FAACBF (or 0xFAACBF) is known color: Cupid. HEX triplet: FA, AC and BF. RGB value is (250,172,191). Sum of RGB (Red+Green+Blue) = 250+172+191=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACBF is #055340. Grayscale: #C5C5C5. Windows color (decimal): -348993 or 12561658. OLE color: 12561658.
HSL color Cylindrical-coordinate representation of color #FAACBF: hue angle of 345.38º 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 #FAACBF is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 191 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 345.38º | 0.89% | 0.83% | - |
| HSV(B) | 345.38º | 0.31% | 0.98% | - |
| XYZ | 63.58 | 53.59 | 56.28 | - |
| YUV | 197.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 191 | 0 | 0.31 | 0.24 | 0.02 | 345.38 | 0.89 | 0.83 |
| Hex | FA | AC | BF | 0 | 1F | 18 | 2 | 159 | 59 | 53 |
| Octal | 372 | 254 | 277 | 0 | 37 | 30 | 2 | 531 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10111111 | 0 | 11111 | 11000 | 10 | 101011001 | 1011001 | 1010011 |
Color Harmonies of #FAACBF
Complementary color
Monochromatic Colors of #FAACBF
Black with #FAACBF
Text Example
Text Example
White with #FAACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACBF; }
p { color: rgb(250,172,191); }
H1.HeaderClassName
{
color: #FAACBF;
}
.AnyTagClassName
{
color: #FAACBF;
}
</style>
background-color css
<style>
a { background-color: #FAACBF; }
a { background-color: rgb(250,172,191); }
div.DivClassName
{
background-color: #FAACBF;
}
.BgClassName
{
background-color: #FAACBF;
}
</style>
border-color css
<style>
span { border-color: #FAACBF; }
span { border-color: rgb(250,172,191); }
td.TdClassName
{
border-color: #FAACBF;
}
.TagClassName
{
border-color: #FAACBF;
}
</style>