Shades of Cupid #F3ADC0
Tints of Cupid #F3ADC0
RGB
CMYK
RGB Variations
Color information
#F3ADC0 (or 0xF3ADC0) is known color: Cupid. HEX triplet: F3, AD and C0. RGB value is (243,173,192). Sum of RGB (Red+Green+Blue) = 243+173+192=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC0 is #0C523F. Grayscale: #C4C4C4. Windows color (decimal): -807488 or 12627443. OLE color: 12627443.
HSL color Cylindrical-coordinate representation of color #F3ADC0: hue angle of 343.71º 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 #F3ADC0 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 192 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 343.71º | 0.74% | 0.82% | - |
| HSV(B) | 343.71º | 0.29% | 0.95% | - |
| XYZ | 61.42 | 52.75 | 56.81 | - |
| YUV | 196.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 192 | 0 | 0.29 | 0.21 | 0.05 | 343.71 | 0.74 | 0.82 |
| Hex | F3 | AD | C0 | 0 | 1D | 15 | 5 | 158 | 4A | 52 |
| Octal | 363 | 255 | 300 | 0 | 35 | 25 | 5 | 530 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11000000 | 0 | 11101 | 10101 | 101 | 101011000 | 1001010 | 1010010 |
Color Harmonies of #F3ADC0
Complementary color
Monochromatic Colors of #F3ADC0
Black with #F3ADC0
Text Example
Text Example
White with #F3ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADC0; }
p { color: rgb(243,173,192); }
H1.HeaderClassName
{
color: #F3ADC0;
}
.AnyTagClassName
{
color: #F3ADC0;
}
</style>
background-color css
<style>
a { background-color: #F3ADC0; }
a { background-color: rgb(243,173,192); }
div.DivClassName
{
background-color: #F3ADC0;
}
.BgClassName
{
background-color: #F3ADC0;
}
</style>
border-color css
<style>
span { border-color: #F3ADC0; }
span { border-color: rgb(243,173,192); }
td.TdClassName
{
border-color: #F3ADC0;
}
.TagClassName
{
border-color: #F3ADC0;
}
</style>