Shades of Cupid #FBA7BD
Tints of Cupid #FBA7BD
RGB
CMYK
RGB Variations
Color information
#FBA7BD (or 0xFBA7BD) is known color: Cupid. HEX triplet: FB, A7 and BD. RGB value is (251,167,189). Sum of RGB (Red+Green+Blue) = 251+167+189=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7BD is #045842. Grayscale: #C2C2C2. Windows color (decimal): -284739 or 12429307. OLE color: 12429307.
HSL color Cylindrical-coordinate representation of color #FBA7BD: hue angle of 344.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7BD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 189 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.02 |
| HSL | 344.29º | 0.91% | 0.82% | - |
| HSV(B) | 344.29º | 0.33% | 0.98% | - |
| XYZ | 62.79 | 51.82 | 54.84 | - |
| YUV | 194.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 189 | 0 | 0.33 | 0.25 | 0.02 | 344.29 | 0.91 | 0.82 |
| Hex | FB | A7 | BD | 0 | 21 | 19 | 2 | 158 | 5B | 52 |
| Octal | 373 | 247 | 275 | 0 | 41 | 31 | 2 | 530 | 133 | 122 |
| Binary | 11111011 | 10100111 | 10111101 | 0 | 100001 | 11001 | 10 | 101011000 | 1011011 | 1010010 |
Color Harmonies of #FBA7BD
Complementary color
Monochromatic Colors of #FBA7BD
Black with #FBA7BD
Text Example
Text Example
White with #FBA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7BD; }
p { color: rgb(251,167,189); }
H1.HeaderClassName
{
color: #FBA7BD;
}
.AnyTagClassName
{
color: #FBA7BD;
}
</style>
background-color css
<style>
a { background-color: #FBA7BD; }
a { background-color: rgb(251,167,189); }
div.DivClassName
{
background-color: #FBA7BD;
}
.BgClassName
{
background-color: #FBA7BD;
}
</style>
border-color css
<style>
span { border-color: #FBA7BD; }
span { border-color: rgb(251,167,189); }
td.TdClassName
{
border-color: #FBA7BD;
}
.TagClassName
{
border-color: #FBA7BD;
}
</style>