Shades of Cupid #FBACC6
Tints of Cupid #FBACC6
RGB
CMYK
RGB Variations
Color information
#FBACC6 (or 0xFBACC6) is known color: Cupid. HEX triplet: FB, AC and C6. RGB value is (251,172,198). Sum of RGB (Red+Green+Blue) = 251+172+198=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACC6 is #045339. Grayscale: #C6C6C6. Windows color (decimal): -283450 or 13020411. OLE color: 13020411.
HSL color Cylindrical-coordinate representation of color #FBACC6: hue angle of 340.25º 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 #FBACC6 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 198 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 340.25º | 0.91% | 0.83% | - |
| HSV(B) | 340.25º | 0.31% | 0.98% | - |
| XYZ | 64.73 | 54.09 | 60.46 | - |
| YUV | 198.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 198 | 0 | 0.31 | 0.21 | 0.02 | 340.25 | 0.91 | 0.83 |
| Hex | FB | AC | C6 | 0 | 1F | 15 | 2 | 154 | 5B | 53 |
| Octal | 373 | 254 | 306 | 0 | 37 | 25 | 2 | 524 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11000110 | 0 | 11111 | 10101 | 10 | 101010100 | 1011011 | 1010011 |
Color Harmonies of #FBACC6
Complementary color
Monochromatic Colors of #FBACC6
Black with #FBACC6
Text Example
Text Example
White with #FBACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACC6; }
p { color: rgb(251,172,198); }
H1.HeaderClassName
{
color: #FBACC6;
}
.AnyTagClassName
{
color: #FBACC6;
}
</style>
background-color css
<style>
a { background-color: #FBACC6; }
a { background-color: rgb(251,172,198); }
div.DivClassName
{
background-color: #FBACC6;
}
.BgClassName
{
background-color: #FBACC6;
}
</style>
border-color css
<style>
span { border-color: #FBACC6; }
span { border-color: rgb(251,172,198); }
td.TdClassName
{
border-color: #FBACC6;
}
.TagClassName
{
border-color: #FBACC6;
}
</style>