Shades of Cupid #FBA6BC
Tints of Cupid #FBA6BC
RGB
CMYK
RGB Variations
Color information
#FBA6BC (or 0xFBA6BC) is known color: Cupid. HEX triplet: FB, A6 and BC. RGB value is (251,166,188). Sum of RGB (Red+Green+Blue) = 251+166+188=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6BC is #045943. Grayscale: #C1C1C1. Windows color (decimal): -284996 or 12363515. OLE color: 12363515.
HSL color Cylindrical-coordinate representation of color #FBA6BC: hue angle of 344.47º 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 #FBA6BC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 188 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.02 |
| HSL | 344.47º | 0.91% | 0.82% | - |
| HSV(B) | 344.47º | 0.34% | 0.98% | - |
| XYZ | 62.5 | 51.41 | 54.21 | - |
| YUV | 193.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 188 | 0 | 0.34 | 0.25 | 0.02 | 344.47 | 0.91 | 0.82 |
| Hex | FB | A6 | BC | 0 | 22 | 19 | 2 | 158 | 5B | 52 |
| Octal | 373 | 246 | 274 | 0 | 42 | 31 | 2 | 530 | 133 | 122 |
| Binary | 11111011 | 10100110 | 10111100 | 0 | 100010 | 11001 | 10 | 101011000 | 1011011 | 1010010 |
Color Harmonies of #FBA6BC
Complementary color
Monochromatic Colors of #FBA6BC
Black with #FBA6BC
Text Example
Text Example
White with #FBA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6BC; }
p { color: rgb(251,166,188); }
H1.HeaderClassName
{
color: #FBA6BC;
}
.AnyTagClassName
{
color: #FBA6BC;
}
</style>
background-color css
<style>
a { background-color: #FBA6BC; }
a { background-color: rgb(251,166,188); }
div.DivClassName
{
background-color: #FBA6BC;
}
.BgClassName
{
background-color: #FBA6BC;
}
</style>
border-color css
<style>
span { border-color: #FBA6BC; }
span { border-color: rgb(251,166,188); }
td.TdClassName
{
border-color: #FBA6BC;
}
.TagClassName
{
border-color: #FBA6BC;
}
</style>