Shades of Cupid #FBA5BC
Tints of Cupid #FBA5BC
RGB
CMYK
RGB Variations
Color information
#FBA5BC (or 0xFBA5BC) is known color: Cupid. HEX triplet: FB, A5 and BC. RGB value is (251,165,188). Sum of RGB (Red+Green+Blue) = 251+165+188=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5BC is #045A43. Grayscale: #C1C1C1. Windows color (decimal): -285252 or 12363259. OLE color: 12363259.
HSL color Cylindrical-coordinate representation of color #FBA5BC: hue angle of 343.95º 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 #FBA5BC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 188 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.02 |
| HSL | 343.95º | 0.91% | 0.82% | - |
| HSV(B) | 343.95º | 0.34% | 0.98% | - |
| XYZ | 62.32 | 51.05 | 54.15 | - |
| YUV | 193.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 188 | 0 | 0.34 | 0.25 | 0.02 | 343.95 | 0.91 | 0.82 |
| Hex | FB | A5 | BC | 0 | 22 | 19 | 2 | 158 | 5B | 52 |
| Octal | 373 | 245 | 274 | 0 | 42 | 31 | 2 | 530 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10111100 | 0 | 100010 | 11001 | 10 | 101011000 | 1011011 | 1010010 |
Color Harmonies of #FBA5BC
Complementary color
Monochromatic Colors of #FBA5BC
Black with #FBA5BC
Text Example
Text Example
White with #FBA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5BC; }
p { color: rgb(251,165,188); }
H1.HeaderClassName
{
color: #FBA5BC;
}
.AnyTagClassName
{
color: #FBA5BC;
}
</style>
background-color css
<style>
a { background-color: #FBA5BC; }
a { background-color: rgb(251,165,188); }
div.DivClassName
{
background-color: #FBA5BC;
}
.BgClassName
{
background-color: #FBA5BC;
}
</style>
border-color css
<style>
span { border-color: #FBA5BC; }
span { border-color: rgb(251,165,188); }
td.TdClassName
{
border-color: #FBA5BC;
}
.TagClassName
{
border-color: #FBA5BC;
}
</style>