Shades of Cupid #F3ACB9
Tints of Cupid #F3ACB9
RGB
CMYK
RGB Variations
Color information
#F3ACB9 (or 0xF3ACB9) is known color: Cupid. HEX triplet: F3, AC and B9. RGB value is (243,172,185). Sum of RGB (Red+Green+Blue) = 243+172+185=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACB9 is #0C5346. Grayscale: #C2C2C2. Windows color (decimal): -807751 or 12168435. OLE color: 12168435.
HSL color Cylindrical-coordinate representation of color #F3ACB9: hue angle of 349.01º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ACB9 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 185 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.05 |
| HSL | 349.01º | 0.75% | 0.81% | - |
| HSV(B) | 349.01º | 0.29% | 0.95% | - |
| XYZ | 60.47 | 52.06 | 52.76 | - |
| YUV | 194.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 185 | 0 | 0.29 | 0.24 | 0.05 | 349.01 | 0.75 | 0.81 |
| Hex | F3 | AC | B9 | 0 | 1D | 18 | 5 | 15D | 4B | 51 |
| Octal | 363 | 254 | 271 | 0 | 35 | 30 | 5 | 535 | 113 | 121 |
| Binary | 11110011 | 10101100 | 10111001 | 0 | 11101 | 11000 | 101 | 101011101 | 1001011 | 1010001 |
Color Harmonies of #F3ACB9
Complementary color
Monochromatic Colors of #F3ACB9
Black with #F3ACB9
Text Example
Text Example
White with #F3ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACB9; }
p { color: rgb(243,172,185); }
H1.HeaderClassName
{
color: #F3ACB9;
}
.AnyTagClassName
{
color: #F3ACB9;
}
</style>
background-color css
<style>
a { background-color: #F3ACB9; }
a { background-color: rgb(243,172,185); }
div.DivClassName
{
background-color: #F3ACB9;
}
.BgClassName
{
background-color: #F3ACB9;
}
</style>
border-color css
<style>
span { border-color: #F3ACB9; }
span { border-color: rgb(243,172,185); }
td.TdClassName
{
border-color: #F3ACB9;
}
.TagClassName
{
border-color: #F3ACB9;
}
</style>