Shades of Cupid #FBABC1
Tints of Cupid #FBABC1
RGB
CMYK
RGB Variations
Color information
#FBABC1 (or 0xFBABC1) is known color: Cupid. HEX triplet: FB, AB and C1. RGB value is (251,171,193). Sum of RGB (Red+Green+Blue) = 251+171+193=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABC1 is #04543E. Grayscale: #C5C5C5. Windows color (decimal): -283711 or 12692475. OLE color: 12692475.
HSL color Cylindrical-coordinate representation of color #FBABC1: hue angle of 343.5º 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 #FBABC1 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 193 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.02 |
| HSL | 343.5º | 0.91% | 0.83% | - |
| HSV(B) | 343.5º | 0.32% | 0.98% | - |
| XYZ | 63.97 | 53.49 | 57.4 | - |
| YUV | 197.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 193 | 0 | 0.32 | 0.23 | 0.02 | 343.5 | 0.91 | 0.83 |
| Hex | FB | AB | C1 | 0 | 20 | 17 | 2 | 158 | 5B | 53 |
| Octal | 373 | 253 | 301 | 0 | 40 | 27 | 2 | 530 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11000001 | 0 | 100000 | 10111 | 10 | 101011000 | 1011011 | 1010011 |
Color Harmonies of #FBABC1
Complementary color
Monochromatic Colors of #FBABC1
Black with #FBABC1
Text Example
Text Example
White with #FBABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABC1; }
p { color: rgb(251,171,193); }
H1.HeaderClassName
{
color: #FBABC1;
}
.AnyTagClassName
{
color: #FBABC1;
}
</style>
background-color css
<style>
a { background-color: #FBABC1; }
a { background-color: rgb(251,171,193); }
div.DivClassName
{
background-color: #FBABC1;
}
.BgClassName
{
background-color: #FBABC1;
}
</style>
border-color css
<style>
span { border-color: #FBABC1; }
span { border-color: rgb(251,171,193); }
td.TdClassName
{
border-color: #FBABC1;
}
.TagClassName
{
border-color: #FBABC1;
}
</style>