Shades of Cupid #FBABC3
Tints of Cupid #FBABC3
RGB
CMYK
RGB Variations
Color information
#FBABC3 (or 0xFBABC3) is known color: Cupid. HEX triplet: FB, AB and C3. RGB value is (251,171,195). Sum of RGB (Red+Green+Blue) = 251+171+195=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABC3 is #04543C. Grayscale: #C5C5C5. Windows color (decimal): -283709 or 12823547. OLE color: 12823547.
HSL color Cylindrical-coordinate representation of color #FBABC3: hue angle of 342º 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 #FBABC3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 195 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 342º | 0.91% | 0.83% | - |
| HSV(B) | 342º | 0.32% | 0.98% | - |
| XYZ | 64.2 | 53.58 | 58.59 | - |
| YUV | 197.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 195 | 0 | 0.32 | 0.22 | 0.02 | 342 | 0.91 | 0.83 |
| Hex | FB | AB | C3 | 0 | 20 | 16 | 2 | 156 | 5B | 53 |
| Octal | 373 | 253 | 303 | 0 | 40 | 26 | 2 | 526 | 133 | 123 |
| Binary | 11111011 | 10101011 | 11000011 | 0 | 100000 | 10110 | 10 | 101010110 | 1011011 | 1010011 |
Color Harmonies of #FBABC3
Complementary color
Monochromatic Colors of #FBABC3
Black with #FBABC3
Text Example
Text Example
White with #FBABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABC3; }
p { color: rgb(251,171,195); }
H1.HeaderClassName
{
color: #FBABC3;
}
.AnyTagClassName
{
color: #FBABC3;
}
</style>
background-color css
<style>
a { background-color: #FBABC3; }
a { background-color: rgb(251,171,195); }
div.DivClassName
{
background-color: #FBABC3;
}
.BgClassName
{
background-color: #FBABC3;
}
</style>
border-color css
<style>
span { border-color: #FBABC3; }
span { border-color: rgb(251,171,195); }
td.TdClassName
{
border-color: #FBABC3;
}
.TagClassName
{
border-color: #FBABC3;
}
</style>