Shades of Cupid #FDADC6
Tints of Cupid #FDADC6
RGB
CMYK
RGB Variations
Color information
#FDADC6 (or 0xFDADC6) is known color: Cupid. HEX triplet: FD, AD and C6. RGB value is (253,173,198). Sum of RGB (Red+Green+Blue) = 253+173+198=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC6 is #025239. Grayscale: #C7C7C7. Windows color (decimal): -152122 or 13020669. OLE color: 13020669.
HSL color Cylindrical-coordinate representation of color #FDADC6: hue angle of 341.25º 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 #FDADC6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 198 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.01 |
| HSL | 341.25º | 0.95% | 0.84% | - |
| HSV(B) | 341.25º | 0.32% | 0.99% | - |
| XYZ | 65.64 | 54.85 | 60.55 | - |
| YUV | 199.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 198 | 0 | 0.32 | 0.22 | 0.01 | 341.25 | 0.95 | 0.84 |
| Hex | FD | AD | C6 | 0 | 20 | 16 | 1 | 155 | 5F | 54 |
| Octal | 375 | 255 | 306 | 0 | 40 | 26 | 1 | 525 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000110 | 0 | 100000 | 10110 | 1 | 101010101 | 1011111 | 1010100 |
Color Harmonies of #FDADC6
Complementary color
Monochromatic Colors of #FDADC6
Black with #FDADC6
Text Example
Text Example
White with #FDADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC6; }
p { color: rgb(253,173,198); }
H1.HeaderClassName
{
color: #FDADC6;
}
.AnyTagClassName
{
color: #FDADC6;
}
</style>
background-color css
<style>
a { background-color: #FDADC6; }
a { background-color: rgb(253,173,198); }
div.DivClassName
{
background-color: #FDADC6;
}
.BgClassName
{
background-color: #FDADC6;
}
</style>
border-color css
<style>
span { border-color: #FDADC6; }
span { border-color: rgb(253,173,198); }
td.TdClassName
{
border-color: #FDADC6;
}
.TagClassName
{
border-color: #FDADC6;
}
</style>