Shades of Cupid #F3ACC8
Tints of Cupid #F3ACC8
RGB
CMYK
RGB Variations
Color information
#F3ACC8 (or 0xF3ACC8) is known color: Cupid. HEX triplet: F3, AC and C8. RGB value is (243,172,200). Sum of RGB (Red+Green+Blue) = 243+172+200=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACC8 is #0C5337. Grayscale: #C4C4C4. Windows color (decimal): -807736 or 13151475. OLE color: 13151475.
HSL color Cylindrical-coordinate representation of color #F3ACC8: hue angle of 336.34º 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 #F3ACC8 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 200 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.05 |
| HSL | 336.34º | 0.75% | 0.81% | - |
| HSV(B) | 336.34º | 0.29% | 0.95% | - |
| XYZ | 62.14 | 52.73 | 61.55 | - |
| YUV | 196.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 200 | 0 | 0.29 | 0.18 | 0.05 | 336.34 | 0.75 | 0.81 |
| Hex | F3 | AC | C8 | 0 | 1D | 12 | 5 | 150 | 4B | 51 |
| Octal | 363 | 254 | 310 | 0 | 35 | 22 | 5 | 520 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11001000 | 0 | 11101 | 10010 | 101 | 101010000 | 1001011 | 1010001 |
Color Harmonies of #F3ACC8
Complementary color
Monochromatic Colors of #F3ACC8
Black with #F3ACC8
Text Example
Text Example
White with #F3ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACC8; }
p { color: rgb(243,172,200); }
H1.HeaderClassName
{
color: #F3ACC8;
}
.AnyTagClassName
{
color: #F3ACC8;
}
</style>
background-color css
<style>
a { background-color: #F3ACC8; }
a { background-color: rgb(243,172,200); }
div.DivClassName
{
background-color: #F3ACC8;
}
.BgClassName
{
background-color: #F3ACC8;
}
</style>
border-color css
<style>
span { border-color: #F3ACC8; }
span { border-color: rgb(243,172,200); }
td.TdClassName
{
border-color: #F3ACC8;
}
.TagClassName
{
border-color: #F3ACC8;
}
</style>