Shades of Cupid #F3ADBA
Tints of Cupid #F3ADBA
RGB
CMYK
RGB Variations
Color information
#F3ADBA (or 0xF3ADBA) is known color: Cupid. HEX triplet: F3, AD and BA. RGB value is (243,173,186). Sum of RGB (Red+Green+Blue) = 243+173+186=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADBA is #0C5245. Grayscale: #C3C3C3. Windows color (decimal): -807494 or 12234227. OLE color: 12234227.
HSL color Cylindrical-coordinate representation of color #F3ADBA: hue angle of 348.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 186 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 348.86º | 0.74% | 0.82% | - |
| HSV(B) | 348.86º | 0.29% | 0.95% | - |
| XYZ | 60.77 | 52.49 | 53.38 | - |
| YUV | 195.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 186 | 0 | 0.29 | 0.23 | 0.05 | 348.86 | 0.74 | 0.82 |
| Hex | F3 | AD | BA | 0 | 1D | 17 | 5 | 15D | 4A | 52 |
| Octal | 363 | 255 | 272 | 0 | 35 | 27 | 5 | 535 | 112 | 122 |
| Binary | 11110011 | 10101101 | 10111010 | 0 | 11101 | 10111 | 101 | 101011101 | 1001010 | 1010010 |
Color Harmonies of #F3ADBA
Complementary color
Monochromatic Colors of #F3ADBA
Black with #F3ADBA
Text Example
Text Example
White with #F3ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADBA; }
p { color: rgb(243,173,186); }
H1.HeaderClassName
{
color: #F3ADBA;
}
.AnyTagClassName
{
color: #F3ADBA;
}
</style>
background-color css
<style>
a { background-color: #F3ADBA; }
a { background-color: rgb(243,173,186); }
div.DivClassName
{
background-color: #F3ADBA;
}
.BgClassName
{
background-color: #F3ADBA;
}
</style>
border-color css
<style>
span { border-color: #F3ADBA; }
span { border-color: rgb(243,173,186); }
td.TdClassName
{
border-color: #F3ADBA;
}
.TagClassName
{
border-color: #F3ADBA;
}
</style>