Shades of Cupid #F3ADC5
Tints of Cupid #F3ADC5
RGB
CMYK
RGB Variations
Color information
#F3ADC5 (or 0xF3ADC5) is known color: Cupid. HEX triplet: F3, AD and C5. RGB value is (243,173,197). Sum of RGB (Red+Green+Blue) = 243+173+197=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADC5 is #0C523A. Grayscale: #C4C4C4. Windows color (decimal): -807483 or 12955123. OLE color: 12955123.
HSL color Cylindrical-coordinate representation of color #F3ADC5: hue angle of 339.43º 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 #F3ADC5 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 197 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.05 |
| HSL | 339.43º | 0.74% | 0.82% | - |
| HSV(B) | 339.43º | 0.29% | 0.95% | - |
| XYZ | 61.98 | 52.97 | 59.78 | - |
| YUV | 196.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 197 | 0 | 0.29 | 0.19 | 0.05 | 339.43 | 0.74 | 0.82 |
| Hex | F3 | AD | C5 | 0 | 1D | 13 | 5 | 153 | 4A | 52 |
| Octal | 363 | 255 | 305 | 0 | 35 | 23 | 5 | 523 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11000101 | 0 | 11101 | 10011 | 101 | 101010011 | 1001010 | 1010010 |
Color Harmonies of #F3ADC5
Complementary color
Monochromatic Colors of #F3ADC5
Black with #F3ADC5
Text Example
Text Example
White with #F3ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADC5; }
p { color: rgb(243,173,197); }
H1.HeaderClassName
{
color: #F3ADC5;
}
.AnyTagClassName
{
color: #F3ADC5;
}
</style>
background-color css
<style>
a { background-color: #F3ADC5; }
a { background-color: rgb(243,173,197); }
div.DivClassName
{
background-color: #F3ADC5;
}
.BgClassName
{
background-color: #F3ADC5;
}
</style>
border-color css
<style>
span { border-color: #F3ADC5; }
span { border-color: rgb(243,173,197); }
td.TdClassName
{
border-color: #F3ADC5;
}
.TagClassName
{
border-color: #F3ADC5;
}
</style>