Shades of Cupid #FBA5B9
Tints of Cupid #FBA5B9
RGB
CMYK
RGB Variations
Color information
#FBA5B9 (or 0xFBA5B9) is known color: Cupid. HEX triplet: FB, A5 and B9. RGB value is (251,165,185). Sum of RGB (Red+Green+Blue) = 251+165+185=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5B9 is #045A46. Grayscale: #C0C0C0. Windows color (decimal): -285255 or 12166651. OLE color: 12166651.
HSL color Cylindrical-coordinate representation of color #FBA5B9: hue angle of 346.05º 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 #FBA5B9 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 185 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.02 |
| HSL | 346.05º | 0.91% | 0.82% | - |
| HSV(B) | 346.05º | 0.34% | 0.98% | - |
| XYZ | 62 | 50.92 | 52.46 | - |
| YUV | 192.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 185 | 0 | 0.34 | 0.26 | 0.02 | 346.05 | 0.91 | 0.82 |
| Hex | FB | A5 | B9 | 0 | 22 | 1A | 2 | 15A | 5B | 52 |
| Octal | 373 | 245 | 271 | 0 | 42 | 32 | 2 | 532 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10111001 | 0 | 100010 | 11010 | 10 | 101011010 | 1011011 | 1010010 |
Color Harmonies of #FBA5B9
Complementary color
Monochromatic Colors of #FBA5B9
Black with #FBA5B9
Text Example
Text Example
White with #FBA5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5B9; }
p { color: rgb(251,165,185); }
H1.HeaderClassName
{
color: #FBA5B9;
}
.AnyTagClassName
{
color: #FBA5B9;
}
</style>
background-color css
<style>
a { background-color: #FBA5B9; }
a { background-color: rgb(251,165,185); }
div.DivClassName
{
background-color: #FBA5B9;
}
.BgClassName
{
background-color: #FBA5B9;
}
</style>
border-color css
<style>
span { border-color: #FBA5B9; }
span { border-color: rgb(251,165,185); }
td.TdClassName
{
border-color: #FBA5B9;
}
.TagClassName
{
border-color: #FBA5B9;
}
</style>