Shades of Cupid #FBA9C0
Tints of Cupid #FBA9C0
RGB
CMYK
RGB Variations
Color information
#FBA9C0 (or 0xFBA9C0) is known color: Cupid. HEX triplet: FB, A9 and C0. RGB value is (251,169,192). Sum of RGB (Red+Green+Blue) = 251+169+192=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C0 is #04563F. Grayscale: #C4C4C4. Windows color (decimal): -284224 or 12626427. OLE color: 12626427.
HSL color Cylindrical-coordinate representation of color #FBA9C0: hue angle of 343.17º 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 #FBA9C0 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 192 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 343.17º | 0.91% | 0.82% | - |
| HSV(B) | 343.17º | 0.33% | 0.98% | - |
| XYZ | 63.49 | 52.69 | 56.69 | - |
| YUV | 196.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 192 | 0 | 0.33 | 0.24 | 0.02 | 343.17 | 0.91 | 0.82 |
| Hex | FB | A9 | C0 | 0 | 21 | 18 | 2 | 157 | 5B | 52 |
| Octal | 373 | 251 | 300 | 0 | 41 | 30 | 2 | 527 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11000000 | 0 | 100001 | 11000 | 10 | 101010111 | 1011011 | 1010010 |
Color Harmonies of #FBA9C0
Complementary color
Monochromatic Colors of #FBA9C0
Black with #FBA9C0
Text Example
Text Example
White with #FBA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9C0; }
p { color: rgb(251,169,192); }
H1.HeaderClassName
{
color: #FBA9C0;
}
.AnyTagClassName
{
color: #FBA9C0;
}
</style>
background-color css
<style>
a { background-color: #FBA9C0; }
a { background-color: rgb(251,169,192); }
div.DivClassName
{
background-color: #FBA9C0;
}
.BgClassName
{
background-color: #FBA9C0;
}
</style>
border-color css
<style>
span { border-color: #FBA9C0; }
span { border-color: rgb(251,169,192); }
td.TdClassName
{
border-color: #FBA9C0;
}
.TagClassName
{
border-color: #FBA9C0;
}
</style>