Shades of Cupid #F3ADC1
Tints of Cupid #F3ADC1
RGB
CMYK
RGB Variations
Color information
#F3ADC1 (or 0xF3ADC1) is known color: Cupid. HEX triplet: F3, AD and C1. RGB value is (243,173,193). Sum of RGB (Red+Green+Blue) = 243+173+193=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC1 is #0C523E. Grayscale: #C4C4C4. Windows color (decimal): -807487 or 12692979. OLE color: 12692979.
HSL color Cylindrical-coordinate representation of color #F3ADC1: hue angle of 342.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 #F3ADC1 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 193 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 342.86º | 0.74% | 0.82% | - |
| HSV(B) | 342.86º | 0.29% | 0.95% | - |
| XYZ | 61.53 | 52.79 | 57.4 | - |
| YUV | 196.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 193 | 0 | 0.29 | 0.21 | 0.05 | 342.86 | 0.74 | 0.82 |
| Hex | F3 | AD | C1 | 0 | 1D | 15 | 5 | 157 | 4A | 52 |
| Octal | 363 | 255 | 301 | 0 | 35 | 25 | 5 | 527 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11000001 | 0 | 11101 | 10101 | 101 | 101010111 | 1001010 | 1010010 |
Color Harmonies of #F3ADC1
Complementary color
Monochromatic Colors of #F3ADC1
Black with #F3ADC1
Text Example
Text Example
White with #F3ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADC1; }
p { color: rgb(243,173,193); }
H1.HeaderClassName
{
color: #F3ADC1;
}
.AnyTagClassName
{
color: #F3ADC1;
}
</style>
background-color css
<style>
a { background-color: #F3ADC1; }
a { background-color: rgb(243,173,193); }
div.DivClassName
{
background-color: #F3ADC1;
}
.BgClassName
{
background-color: #F3ADC1;
}
</style>
border-color css
<style>
span { border-color: #F3ADC1; }
span { border-color: rgb(243,173,193); }
td.TdClassName
{
border-color: #F3ADC1;
}
.TagClassName
{
border-color: #F3ADC1;
}
</style>