Shades of Cupid #F3ACC4
Tints of Cupid #F3ACC4
RGB
CMYK
RGB Variations
Color information
#F3ACC4 (or 0xF3ACC4) is known color: Cupid. HEX triplet: F3, AC and C4. RGB value is (243,172,196). Sum of RGB (Red+Green+Blue) = 243+172+196=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACC4 is #0C533B. Grayscale: #C3C3C3. Windows color (decimal): -807740 or 12889331. OLE color: 12889331.
HSL color Cylindrical-coordinate representation of color #F3ACC4: hue angle of 339.72º 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 #F3ACC4 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 196 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.05 |
| HSL | 339.72º | 0.75% | 0.81% | - |
| HSV(B) | 339.72º | 0.29% | 0.95% | - |
| XYZ | 61.68 | 52.55 | 59.12 | - |
| YUV | 195.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 196 | 0 | 0.29 | 0.19 | 0.05 | 339.72 | 0.75 | 0.81 |
| Hex | F3 | AC | C4 | 0 | 1D | 13 | 5 | 154 | 4B | 51 |
| Octal | 363 | 254 | 304 | 0 | 35 | 23 | 5 | 524 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11000100 | 0 | 11101 | 10011 | 101 | 101010100 | 1001011 | 1010001 |
Color Harmonies of #F3ACC4
Complementary color
Monochromatic Colors of #F3ACC4
Black with #F3ACC4
Text Example
Text Example
White with #F3ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACC4; }
p { color: rgb(243,172,196); }
H1.HeaderClassName
{
color: #F3ACC4;
}
.AnyTagClassName
{
color: #F3ACC4;
}
</style>
background-color css
<style>
a { background-color: #F3ACC4; }
a { background-color: rgb(243,172,196); }
div.DivClassName
{
background-color: #F3ACC4;
}
.BgClassName
{
background-color: #F3ACC4;
}
</style>
border-color css
<style>
span { border-color: #F3ACC4; }
span { border-color: rgb(243,172,196); }
td.TdClassName
{
border-color: #F3ACC4;
}
.TagClassName
{
border-color: #F3ACC4;
}
</style>