Shades of Cupid #FBABC2
Tints of Cupid #FBABC2
RGB
CMYK
RGB Variations
Color information
#FBABC2 (or 0xFBABC2) is known color: Cupid. HEX triplet: FB, AB and C2. RGB value is (251,171,194). Sum of RGB (Red+Green+Blue) = 251+171+194=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABC2 is #04543D. Grayscale: #C5C5C5. Windows color (decimal): -283710 or 12758011. OLE color: 12758011.
HSL color Cylindrical-coordinate representation of color #FBABC2: hue angle of 342.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 #FBABC2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 194 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 342.75º | 0.91% | 0.83% | - |
| HSV(B) | 342.75º | 0.32% | 0.98% | - |
| XYZ | 64.08 | 53.53 | 57.99 | - |
| YUV | 197.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 194 | 0 | 0.32 | 0.23 | 0.02 | 342.75 | 0.91 | 0.83 |
| Hex | FB | AB | C2 | 0 | 20 | 17 | 2 | 157 | 5B | 53 |
| Octal | 373 | 253 | 302 | 0 | 40 | 27 | 2 | 527 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11000010 | 0 | 100000 | 10111 | 10 | 101010111 | 1011011 | 1010011 |
Color Harmonies of #FBABC2
Complementary color
Monochromatic Colors of #FBABC2
Black with #FBABC2
Text Example
Text Example
White with #FBABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABC2; }
p { color: rgb(251,171,194); }
H1.HeaderClassName
{
color: #FBABC2;
}
.AnyTagClassName
{
color: #FBABC2;
}
</style>
background-color css
<style>
a { background-color: #FBABC2; }
a { background-color: rgb(251,171,194); }
div.DivClassName
{
background-color: #FBABC2;
}
.BgClassName
{
background-color: #FBABC2;
}
</style>
border-color css
<style>
span { border-color: #FBABC2; }
span { border-color: rgb(251,171,194); }
td.TdClassName
{
border-color: #FBABC2;
}
.TagClassName
{
border-color: #FBABC2;
}
</style>