Shades of Cupid #FBABBE
Tints of Cupid #FBABBE
RGB
CMYK
RGB Variations
Color information
#FBABBE (or 0xFBABBE) is known color: Cupid. HEX triplet: FB, AB and BE. RGB value is (251,171,190). Sum of RGB (Red+Green+Blue) = 251+171+190=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBE is #045441. Grayscale: #C5C5C5. Windows color (decimal): -283714 or 12495867. OLE color: 12495867.
HSL color Cylindrical-coordinate representation of color #FBABBE: hue angle of 345.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABBE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 190 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345.75º | 0.91% | 0.83% | - |
| HSV(B) | 345.75º | 0.32% | 0.98% | - |
| XYZ | 63.64 | 53.35 | 55.66 | - |
| YUV | 197.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 190 | 0 | 0.32 | 0.24 | 0.02 | 345.75 | 0.91 | 0.83 |
| Hex | FB | AB | BE | 0 | 20 | 18 | 2 | 15A | 5B | 53 |
| Octal | 373 | 253 | 276 | 0 | 40 | 30 | 2 | 532 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10111110 | 0 | 100000 | 11000 | 10 | 101011010 | 1011011 | 1010011 |
Color Harmonies of #FBABBE
Complementary color
Monochromatic Colors of #FBABBE
Black with #FBABBE
Text Example
Text Example
White with #FBABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABBE; }
p { color: rgb(251,171,190); }
H1.HeaderClassName
{
color: #FBABBE;
}
.AnyTagClassName
{
color: #FBABBE;
}
</style>
background-color css
<style>
a { background-color: #FBABBE; }
a { background-color: rgb(251,171,190); }
div.DivClassName
{
background-color: #FBABBE;
}
.BgClassName
{
background-color: #FBABBE;
}
</style>
border-color css
<style>
span { border-color: #FBABBE; }
span { border-color: rgb(251,171,190); }
td.TdClassName
{
border-color: #FBABBE;
}
.TagClassName
{
border-color: #FBABBE;
}
</style>