Shades of Cupid #F3ADC9
Tints of Cupid #F3ADC9
RGB
CMYK
RGB Variations
Color information
#F3ADC9 (or 0xF3ADC9) is known color: Cupid. HEX triplet: F3, AD and C9. RGB value is (243,173,201). Sum of RGB (Red+Green+Blue) = 243+173+201=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC9 is #0C5236. Grayscale: #C5C5C5. Windows color (decimal): -807479 or 13217267. OLE color: 13217267.
HSL color Cylindrical-coordinate representation of color #F3ADC9: hue angle of 336º 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 #F3ADC9 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 201 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.05 |
| HSL | 336º | 0.74% | 0.82% | - |
| HSV(B) | 336º | 0.29% | 0.95% | - |
| XYZ | 62.45 | 53.16 | 62.23 | - |
| YUV | 197.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 201 | 0 | 0.29 | 0.17 | 0.05 | 336 | 0.74 | 0.82 |
| Hex | F3 | AD | C9 | 0 | 1D | 11 | 5 | 150 | 4A | 52 |
| Octal | 363 | 255 | 311 | 0 | 35 | 21 | 5 | 520 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11001001 | 0 | 11101 | 10001 | 101 | 101010000 | 1001010 | 1010010 |
Color Harmonies of #F3ADC9
Complementary color
Monochromatic Colors of #F3ADC9
Black with #F3ADC9
Text Example
Text Example
White with #F3ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADC9; }
p { color: rgb(243,173,201); }
H1.HeaderClassName
{
color: #F3ADC9;
}
.AnyTagClassName
{
color: #F3ADC9;
}
</style>
background-color css
<style>
a { background-color: #F3ADC9; }
a { background-color: rgb(243,173,201); }
div.DivClassName
{
background-color: #F3ADC9;
}
.BgClassName
{
background-color: #F3ADC9;
}
</style>
border-color css
<style>
span { border-color: #F3ADC9; }
span { border-color: rgb(243,173,201); }
td.TdClassName
{
border-color: #F3ADC9;
}
.TagClassName
{
border-color: #F3ADC9;
}
</style>