Shades of Cupid #FBACC0
Tints of Cupid #FBACC0
RGB
CMYK
RGB Variations
Color information
#FBACC0 (or 0xFBACC0) is known color: Cupid. HEX triplet: FB, AC and C0. RGB value is (251,172,192). Sum of RGB (Red+Green+Blue) = 251+172+192=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACC0 is #04533F. Grayscale: #C5C5C5. Windows color (decimal): -283456 or 12627195. OLE color: 12627195.
HSL color Cylindrical-coordinate representation of color #FBACC0: hue angle of 344.81º 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 #FBACC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 344.81º | 0.91% | 0.83% | - |
| HSV(B) | 344.81º | 0.31% | 0.98% | - |
| XYZ | 64.05 | 53.82 | 56.88 | - |
| YUV | 197.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 192 | 0 | 0.31 | 0.24 | 0.02 | 344.81 | 0.91 | 0.83 |
| Hex | FB | AC | C0 | 0 | 1F | 18 | 2 | 159 | 5B | 53 |
| Octal | 373 | 254 | 300 | 0 | 37 | 30 | 2 | 531 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11000000 | 0 | 11111 | 11000 | 10 | 101011001 | 1011011 | 1010011 |
Color Harmonies of #FBACC0
Complementary color
Monochromatic Colors of #FBACC0
Black with #FBACC0
Text Example
Text Example
White with #FBACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACC0; }
p { color: rgb(251,172,192); }
H1.HeaderClassName
{
color: #FBACC0;
}
.AnyTagClassName
{
color: #FBACC0;
}
</style>
background-color css
<style>
a { background-color: #FBACC0; }
a { background-color: rgb(251,172,192); }
div.DivClassName
{
background-color: #FBACC0;
}
.BgClassName
{
background-color: #FBACC0;
}
</style>
border-color css
<style>
span { border-color: #FBACC0; }
span { border-color: rgb(251,172,192); }
td.TdClassName
{
border-color: #FBACC0;
}
.TagClassName
{
border-color: #FBACC0;
}
</style>