Shades of Cupid #FDADC0
Tints of Cupid #FDADC0
RGB
CMYK
RGB Variations
Color information
#FDADC0 (or 0xFDADC0) is known color: Cupid. HEX triplet: FD, AD and C0. RGB value is (253,173,192). Sum of RGB (Red+Green+Blue) = 253+173+192=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC0 is #02523F. Grayscale: #C7C7C7. Windows color (decimal): -152128 or 12627453. OLE color: 12627453.
HSL color Cylindrical-coordinate representation of color #FDADC0: hue angle of 345.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 192 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.01 |
| HSL | 345.75º | 0.95% | 0.84% | - |
| HSV(B) | 345.75º | 0.32% | 0.99% | - |
| XYZ | 64.97 | 54.58 | 56.98 | - |
| YUV | 199.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 192 | 0 | 0.32 | 0.24 | 0.01 | 345.75 | 0.95 | 0.84 |
| Hex | FD | AD | C0 | 0 | 20 | 18 | 1 | 15A | 5F | 54 |
| Octal | 375 | 255 | 300 | 0 | 40 | 30 | 1 | 532 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000000 | 0 | 100000 | 11000 | 1 | 101011010 | 1011111 | 1010100 |
Color Harmonies of #FDADC0
Complementary color
Monochromatic Colors of #FDADC0
Black with #FDADC0
Text Example
Text Example
White with #FDADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC0; }
p { color: rgb(253,173,192); }
H1.HeaderClassName
{
color: #FDADC0;
}
.AnyTagClassName
{
color: #FDADC0;
}
</style>
background-color css
<style>
a { background-color: #FDADC0; }
a { background-color: rgb(253,173,192); }
div.DivClassName
{
background-color: #FDADC0;
}
.BgClassName
{
background-color: #FDADC0;
}
</style>
border-color css
<style>
span { border-color: #FDADC0; }
span { border-color: rgb(253,173,192); }
td.TdClassName
{
border-color: #FDADC0;
}
.TagClassName
{
border-color: #FDADC0;
}
</style>