Shades of Cupid #F3ACC2
Tints of Cupid #F3ACC2
RGB
CMYK
RGB Variations
Color information
#F3ACC2 (or 0xF3ACC2) is known color: Cupid. HEX triplet: F3, AC and C2. RGB value is (243,172,194). Sum of RGB (Red+Green+Blue) = 243+172+194=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACC2 is #0C533D. Grayscale: #C3C3C3. Windows color (decimal): -807742 or 12758259. OLE color: 12758259.
HSL color Cylindrical-coordinate representation of color #F3ACC2: hue angle of 341.41º 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 #F3ACC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 194 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.05 |
| HSL | 341.41º | 0.75% | 0.81% | - |
| HSV(B) | 341.41º | 0.29% | 0.95% | - |
| XYZ | 61.45 | 52.45 | 57.92 | - |
| YUV | 195.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 194 | 0 | 0.29 | 0.20 | 0.05 | 341.41 | 0.75 | 0.81 |
| Hex | F3 | AC | C2 | 0 | 1D | 14 | 5 | 155 | 4B | 51 |
| Octal | 363 | 254 | 302 | 0 | 35 | 24 | 5 | 525 | 113 | 121 |
| Binary | 11110011 | 10101100 | 11000010 | 0 | 11101 | 10100 | 101 | 101010101 | 1001011 | 1010001 |
Color Harmonies of #F3ACC2
Complementary color
Monochromatic Colors of #F3ACC2
Black with #F3ACC2
Text Example
Text Example
White with #F3ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACC2; }
p { color: rgb(243,172,194); }
H1.HeaderClassName
{
color: #F3ACC2;
}
.AnyTagClassName
{
color: #F3ACC2;
}
</style>
background-color css
<style>
a { background-color: #F3ACC2; }
a { background-color: rgb(243,172,194); }
div.DivClassName
{
background-color: #F3ACC2;
}
.BgClassName
{
background-color: #F3ACC2;
}
</style>
border-color css
<style>
span { border-color: #F3ACC2; }
span { border-color: rgb(243,172,194); }
td.TdClassName
{
border-color: #F3ACC2;
}
.TagClassName
{
border-color: #F3ACC2;
}
</style>