Shades of Cupid #F3AAC6
Tints of Cupid #F3AAC6
RGB
CMYK
RGB Variations
Color information
#F3AAC6 (or 0xF3AAC6) is known color: Cupid. HEX triplet: F3, AA and C6. RGB value is (243,170,198). Sum of RGB (Red+Green+Blue) = 243+170+198=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC6 is #0C5539. Grayscale: #C2C2C2. Windows color (decimal): -808250 or 13019891. OLE color: 13019891.
HSL color Cylindrical-coordinate representation of color #F3AAC6: hue angle of 336.99º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAC6 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 198 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.05 |
| HSL | 336.99º | 0.75% | 0.81% | - |
| HSV(B) | 336.99º | 0.3% | 0.95% | - |
| XYZ | 61.53 | 51.88 | 60.2 | - |
| YUV | 195.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 198 | 0 | 0.30 | 0.19 | 0.05 | 336.99 | 0.75 | 0.81 |
| Hex | F3 | AA | C6 | 0 | 1E | 13 | 5 | 151 | 4B | 51 |
| Octal | 363 | 252 | 306 | 0 | 36 | 23 | 5 | 521 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11000110 | 0 | 11110 | 10011 | 101 | 101010001 | 1001011 | 1010001 |
Color Harmonies of #F3AAC6
Complementary color
Monochromatic Colors of #F3AAC6
Black with #F3AAC6
Text Example
Text Example
White with #F3AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAC6; }
p { color: rgb(243,170,198); }
H1.HeaderClassName
{
color: #F3AAC6;
}
.AnyTagClassName
{
color: #F3AAC6;
}
</style>
background-color css
<style>
a { background-color: #F3AAC6; }
a { background-color: rgb(243,170,198); }
div.DivClassName
{
background-color: #F3AAC6;
}
.BgClassName
{
background-color: #F3AAC6;
}
</style>
border-color css
<style>
span { border-color: #F3AAC6; }
span { border-color: rgb(243,170,198); }
td.TdClassName
{
border-color: #F3AAC6;
}
.TagClassName
{
border-color: #F3AAC6;
}
</style>