Shades of Cupid #FBA4BA
Tints of Cupid #FBA4BA
RGB
CMYK
RGB Variations
Color information
#FBA4BA (or 0xFBA4BA) is known color: Cupid. HEX triplet: FB, A4 and BA. RGB value is (251,164,186). Sum of RGB (Red+Green+Blue) = 251+164+186=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BA is #045B45. Grayscale: #C0C0C0. Windows color (decimal): -285510 or 12231931. OLE color: 12231931.
HSL color Cylindrical-coordinate representation of color #FBA4BA: hue angle of 344.83º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4BA is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 186 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.02 |
| HSL | 344.83º | 0.92% | 0.81% | - |
| HSV(B) | 344.83º | 0.35% | 0.98% | - |
| XYZ | 61.92 | 50.61 | 52.96 | - |
| YUV | 192.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 186 | 0 | 0.35 | 0.26 | 0.02 | 344.83 | 0.92 | 0.81 |
| Hex | FB | A4 | BA | 0 | 23 | 1A | 2 | 159 | 5C | 51 |
| Octal | 373 | 244 | 272 | 0 | 43 | 32 | 2 | 531 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10111010 | 0 | 100011 | 11010 | 10 | 101011001 | 1011100 | 1010001 |
Color Harmonies of #FBA4BA
Complementary color
Monochromatic Colors of #FBA4BA
Black with #FBA4BA
Text Example
Text Example
White with #FBA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4BA; }
p { color: rgb(251,164,186); }
H1.HeaderClassName
{
color: #FBA4BA;
}
.AnyTagClassName
{
color: #FBA4BA;
}
</style>
background-color css
<style>
a { background-color: #FBA4BA; }
a { background-color: rgb(251,164,186); }
div.DivClassName
{
background-color: #FBA4BA;
}
.BgClassName
{
background-color: #FBA4BA;
}
</style>
border-color css
<style>
span { border-color: #FBA4BA; }
span { border-color: rgb(251,164,186); }
td.TdClassName
{
border-color: #FBA4BA;
}
.TagClassName
{
border-color: #FBA4BA;
}
</style>