Shades of Cupid #FBA9BD
Tints of Cupid #FBA9BD
RGB
CMYK
RGB Variations
Color information
#FBA9BD (or 0xFBA9BD) is known color: Cupid. HEX triplet: FB, A9 and BD. RGB value is (251,169,189). Sum of RGB (Red+Green+Blue) = 251+169+189=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9BD is #045642. Grayscale: #C3C3C3. Windows color (decimal): -284227 or 12429819. OLE color: 12429819.
HSL color Cylindrical-coordinate representation of color #FBA9BD: hue angle of 345.37º 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 #FBA9BD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 189 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.02 |
| HSL | 345.37º | 0.91% | 0.82% | - |
| HSV(B) | 345.37º | 0.33% | 0.98% | - |
| XYZ | 63.16 | 52.56 | 54.96 | - |
| YUV | 195.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 189 | 0 | 0.33 | 0.25 | 0.02 | 345.37 | 0.91 | 0.82 |
| Hex | FB | A9 | BD | 0 | 21 | 19 | 2 | 159 | 5B | 52 |
| Octal | 373 | 251 | 275 | 0 | 41 | 31 | 2 | 531 | 133 | 122 |
| Binary | 11111011 | 10101001 | 10111101 | 0 | 100001 | 11001 | 10 | 101011001 | 1011011 | 1010010 |
Color Harmonies of #FBA9BD
Complementary color
Monochromatic Colors of #FBA9BD
Black with #FBA9BD
Text Example
Text Example
White with #FBA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9BD; }
p { color: rgb(251,169,189); }
H1.HeaderClassName
{
color: #FBA9BD;
}
.AnyTagClassName
{
color: #FBA9BD;
}
</style>
background-color css
<style>
a { background-color: #FBA9BD; }
a { background-color: rgb(251,169,189); }
div.DivClassName
{
background-color: #FBA9BD;
}
.BgClassName
{
background-color: #FBA9BD;
}
</style>
border-color css
<style>
span { border-color: #FBA9BD; }
span { border-color: rgb(251,169,189); }
td.TdClassName
{
border-color: #FBA9BD;
}
.TagClassName
{
border-color: #FBA9BD;
}
</style>