Shades of Cupid #F3AFBA
Tints of Cupid #F3AFBA
RGB
CMYK
RGB Variations
Color information
#F3AFBA (or 0xF3AFBA) is known color: Cupid. HEX triplet: F3, AF and BA. RGB value is (243,175,186). Sum of RGB (Red+Green+Blue) = 243+175+186=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFBA is #0C5045. Grayscale: #C4C4C4. Windows color (decimal): -806982 or 12234739. OLE color: 12234739.
HSL color Cylindrical-coordinate representation of color #F3AFBA: hue angle of 350.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AFBA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 186 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 350.29º | 0.74% | 0.82% | - |
| HSV(B) | 350.29º | 0.28% | 0.95% | - |
| XYZ | 61.16 | 53.26 | 53.51 | - |
| YUV | 196.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 186 | 0 | 0.28 | 0.23 | 0.05 | 350.29 | 0.74 | 0.82 |
| Hex | F3 | AF | BA | 0 | 1C | 17 | 5 | 15E | 4A | 52 |
| Octal | 363 | 257 | 272 | 0 | 34 | 27 | 5 | 536 | 112 | 122 |
| Binary | 11110011 | 10101111 | 10111010 | 0 | 11100 | 10111 | 101 | 101011110 | 1001010 | 1010010 |
Color Harmonies of #F3AFBA
Complementary color
Monochromatic Colors of #F3AFBA
Black with #F3AFBA
Text Example
Text Example
White with #F3AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AFBA; }
p { color: rgb(243,175,186); }
H1.HeaderClassName
{
color: #F3AFBA;
}
.AnyTagClassName
{
color: #F3AFBA;
}
</style>
background-color css
<style>
a { background-color: #F3AFBA; }
a { background-color: rgb(243,175,186); }
div.DivClassName
{
background-color: #F3AFBA;
}
.BgClassName
{
background-color: #F3AFBA;
}
</style>
border-color css
<style>
span { border-color: #F3AFBA; }
span { border-color: rgb(243,175,186); }
td.TdClassName
{
border-color: #F3AFBA;
}
.TagClassName
{
border-color: #F3AFBA;
}
</style>