Shades of Cupid #FBAAC3
Tints of Cupid #FBAAC3
RGB
CMYK
RGB Variations
Color information
#FBAAC3 (or 0xFBAAC3) is known color: Cupid. HEX triplet: FB, AA and C3. RGB value is (251,170,195). Sum of RGB (Red+Green+Blue) = 251+170+195=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC3 is #04553C. Grayscale: #C5C5C5. Windows color (decimal): -283965 or 12823291. OLE color: 12823291.
HSL color Cylindrical-coordinate representation of color #FBAAC3: hue angle of 341.48º 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 #FBAAC3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 195 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.02 |
| HSL | 341.48º | 0.91% | 0.83% | - |
| HSV(B) | 341.48º | 0.32% | 0.98% | - |
| XYZ | 64.01 | 53.2 | 58.52 | - |
| YUV | 197.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 195 | 0 | 0.32 | 0.22 | 0.02 | 341.48 | 0.91 | 0.83 |
| Hex | FB | AA | C3 | 0 | 20 | 16 | 2 | 155 | 5B | 53 |
| Octal | 373 | 252 | 303 | 0 | 40 | 26 | 2 | 525 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11000011 | 0 | 100000 | 10110 | 10 | 101010101 | 1011011 | 1010011 |
Color Harmonies of #FBAAC3
Complementary color
Monochromatic Colors of #FBAAC3
Black with #FBAAC3
Text Example
Text Example
White with #FBAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAC3; }
p { color: rgb(251,170,195); }
H1.HeaderClassName
{
color: #FBAAC3;
}
.AnyTagClassName
{
color: #FBAAC3;
}
</style>
background-color css
<style>
a { background-color: #FBAAC3; }
a { background-color: rgb(251,170,195); }
div.DivClassName
{
background-color: #FBAAC3;
}
.BgClassName
{
background-color: #FBAAC3;
}
</style>
border-color css
<style>
span { border-color: #FBAAC3; }
span { border-color: rgb(251,170,195); }
td.TdClassName
{
border-color: #FBAAC3;
}
.TagClassName
{
border-color: #FBAAC3;
}
</style>