Shades of Cupid #FBACC4
Tints of Cupid #FBACC4
RGB
CMYK
RGB Variations
Color information
#FBACC4 (or 0xFBACC4) is known color: Cupid. HEX triplet: FB, AC and C4. RGB value is (251,172,196). Sum of RGB (Red+Green+Blue) = 251+172+196=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACC4 is #04533B. Grayscale: #C6C6C6. Windows color (decimal): -283452 or 12889339. OLE color: 12889339.
HSL color Cylindrical-coordinate representation of color #FBACC4: hue angle of 341.77º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACC4 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 196 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.02 |
| HSL | 341.77º | 0.91% | 0.83% | - |
| HSV(B) | 341.77º | 0.31% | 0.98% | - |
| XYZ | 64.5 | 54 | 59.25 | - |
| YUV | 198.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 196 | 0 | 0.31 | 0.22 | 0.02 | 341.77 | 0.91 | 0.83 |
| Hex | FB | AC | C4 | 0 | 1F | 16 | 2 | 156 | 5B | 53 |
| Octal | 373 | 254 | 304 | 0 | 37 | 26 | 2 | 526 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11000100 | 0 | 11111 | 10110 | 10 | 101010110 | 1011011 | 1010011 |
Color Harmonies of #FBACC4
Complementary color
Monochromatic Colors of #FBACC4
Black with #FBACC4
Text Example
Text Example
White with #FBACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACC4; }
p { color: rgb(251,172,196); }
H1.HeaderClassName
{
color: #FBACC4;
}
.AnyTagClassName
{
color: #FBACC4;
}
</style>
background-color css
<style>
a { background-color: #FBACC4; }
a { background-color: rgb(251,172,196); }
div.DivClassName
{
background-color: #FBACC4;
}
.BgClassName
{
background-color: #FBACC4;
}
</style>
border-color css
<style>
span { border-color: #FBACC4; }
span { border-color: rgb(251,172,196); }
td.TdClassName
{
border-color: #FBACC4;
}
.TagClassName
{
border-color: #FBACC4;
}
</style>