Shades of Cupid #FDADC1
Tints of Cupid #FDADC1
RGB
CMYK
RGB Variations
Color information
#FDADC1 (or 0xFDADC1) is known color: Cupid. HEX triplet: FD, AD and C1. RGB value is (253,173,193). Sum of RGB (Red+Green+Blue) = 253+173+193=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC1 is #02523E. Grayscale: #C7C7C7. Windows color (decimal): -152127 or 12692989. OLE color: 12692989.
HSL color Cylindrical-coordinate representation of color #FDADC1: hue angle of 345º 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 #FDADC1 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 193 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.01 |
| HSL | 345º | 0.95% | 0.84% | - |
| HSV(B) | 345º | 0.32% | 0.99% | - |
| XYZ | 65.08 | 54.62 | 57.56 | - |
| YUV | 199.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 193 | 0 | 0.32 | 0.24 | 0.01 | 345 | 0.95 | 0.84 |
| Hex | FD | AD | C1 | 0 | 20 | 18 | 1 | 159 | 5F | 54 |
| Octal | 375 | 255 | 301 | 0 | 40 | 30 | 1 | 531 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000001 | 0 | 100000 | 11000 | 1 | 101011001 | 1011111 | 1010100 |
Color Harmonies of #FDADC1
Complementary color
Monochromatic Colors of #FDADC1
Black with #FDADC1
Text Example
Text Example
White with #FDADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC1; }
p { color: rgb(253,173,193); }
H1.HeaderClassName
{
color: #FDADC1;
}
.AnyTagClassName
{
color: #FDADC1;
}
</style>
background-color css
<style>
a { background-color: #FDADC1; }
a { background-color: rgb(253,173,193); }
div.DivClassName
{
background-color: #FDADC1;
}
.BgClassName
{
background-color: #FDADC1;
}
</style>
border-color css
<style>
span { border-color: #FDADC1; }
span { border-color: rgb(253,173,193); }
td.TdClassName
{
border-color: #FDADC1;
}
.TagClassName
{
border-color: #FDADC1;
}
</style>