Shades of Cupid #FBA5BA
Tints of Cupid #FBA5BA
RGB
CMYK
RGB Variations
Color information
#FBA5BA (or 0xFBA5BA) is known color: Cupid. HEX triplet: FB, A5 and BA. RGB value is (251,165,186). Sum of RGB (Red+Green+Blue) = 251+165+186=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5BA is #045A45. Grayscale: #C1C1C1. Windows color (decimal): -285254 or 12232187. OLE color: 12232187.
HSL color Cylindrical-coordinate representation of color #FBA5BA: hue angle of 345.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5BA is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 186 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.02 |
| HSL | 345.35º | 0.91% | 0.82% | - |
| HSV(B) | 345.35º | 0.34% | 0.98% | - |
| XYZ | 62.1 | 50.96 | 53.02 | - |
| YUV | 193.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 186 | 0 | 0.34 | 0.26 | 0.02 | 345.35 | 0.91 | 0.82 |
| Hex | FB | A5 | BA | 0 | 22 | 1A | 2 | 159 | 5B | 52 |
| Octal | 373 | 245 | 272 | 0 | 42 | 32 | 2 | 531 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10111010 | 0 | 100010 | 11010 | 10 | 101011001 | 1011011 | 1010010 |
Color Harmonies of #FBA5BA
Complementary color
Monochromatic Colors of #FBA5BA
Black with #FBA5BA
Text Example
Text Example
White with #FBA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5BA; }
p { color: rgb(251,165,186); }
H1.HeaderClassName
{
color: #FBA5BA;
}
.AnyTagClassName
{
color: #FBA5BA;
}
</style>
background-color css
<style>
a { background-color: #FBA5BA; }
a { background-color: rgb(251,165,186); }
div.DivClassName
{
background-color: #FBA5BA;
}
.BgClassName
{
background-color: #FBA5BA;
}
</style>
border-color css
<style>
span { border-color: #FBA5BA; }
span { border-color: rgb(251,165,186); }
td.TdClassName
{
border-color: #FBA5BA;
}
.TagClassName
{
border-color: #FBA5BA;
}
</style>