Shades of Cupid #F3AAC5
Tints of Cupid #F3AAC5
RGB
CMYK
RGB Variations
Color information
#F3AAC5 (or 0xF3AAC5) is known color: Cupid. HEX triplet: F3, AA and C5. RGB value is (243,170,197). Sum of RGB (Red+Green+Blue) = 243+170+197=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC5 is #0C553A. Grayscale: #C2C2C2. Windows color (decimal): -808251 or 12954355. OLE color: 12954355.
HSL color Cylindrical-coordinate representation of color #F3AAC5: hue angle of 337.81º 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 #F3AAC5 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 197 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.05 |
| HSL | 337.81º | 0.75% | 0.81% | - |
| HSV(B) | 337.81º | 0.3% | 0.95% | - |
| XYZ | 61.41 | 51.84 | 59.59 | - |
| YUV | 194.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 197 | 0 | 0.30 | 0.19 | 0.05 | 337.81 | 0.75 | 0.81 |
| Hex | F3 | AA | C5 | 0 | 1E | 13 | 5 | 152 | 4B | 51 |
| Octal | 363 | 252 | 305 | 0 | 36 | 23 | 5 | 522 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11000101 | 0 | 11110 | 10011 | 101 | 101010010 | 1001011 | 1010001 |
Color Harmonies of #F3AAC5
Complementary color
Monochromatic Colors of #F3AAC5
Black with #F3AAC5
Text Example
Text Example
White with #F3AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAC5; }
p { color: rgb(243,170,197); }
H1.HeaderClassName
{
color: #F3AAC5;
}
.AnyTagClassName
{
color: #F3AAC5;
}
</style>
background-color css
<style>
a { background-color: #F3AAC5; }
a { background-color: rgb(243,170,197); }
div.DivClassName
{
background-color: #F3AAC5;
}
.BgClassName
{
background-color: #F3AAC5;
}
</style>
border-color css
<style>
span { border-color: #F3AAC5; }
span { border-color: rgb(243,170,197); }
td.TdClassName
{
border-color: #F3AAC5;
}
.TagClassName
{
border-color: #F3AAC5;
}
</style>