Shades of Cupid #FDADC3
Tints of Cupid #FDADC3
RGB
CMYK
RGB Variations
Color information
#FDADC3 (or 0xFDADC3) is known color: Cupid. HEX triplet: FD, AD and C3. RGB value is (253,173,195). Sum of RGB (Red+Green+Blue) = 253+173+195=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC3 is #02523C. Grayscale: #C7C7C7. Windows color (decimal): -152125 or 12824061. OLE color: 12824061.
HSL color Cylindrical-coordinate representation of color #FDADC3: hue angle of 343.5º 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 #FDADC3 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 195 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 343.5º | 0.95% | 0.84% | - |
| HSV(B) | 343.5º | 0.32% | 0.99% | - |
| XYZ | 65.3 | 54.71 | 58.75 | - |
| YUV | 199.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 195 | 0 | 0.32 | 0.23 | 0.01 | 343.5 | 0.95 | 0.84 |
| Hex | FD | AD | C3 | 0 | 20 | 17 | 1 | 158 | 5F | 54 |
| Octal | 375 | 255 | 303 | 0 | 40 | 27 | 1 | 530 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000011 | 0 | 100000 | 10111 | 1 | 101011000 | 1011111 | 1010100 |
Color Harmonies of #FDADC3
Complementary color
Monochromatic Colors of #FDADC3
Black with #FDADC3
Text Example
Text Example
White with #FDADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC3; }
p { color: rgb(253,173,195); }
H1.HeaderClassName
{
color: #FDADC3;
}
.AnyTagClassName
{
color: #FDADC3;
}
</style>
background-color css
<style>
a { background-color: #FDADC3; }
a { background-color: rgb(253,173,195); }
div.DivClassName
{
background-color: #FDADC3;
}
.BgClassName
{
background-color: #FDADC3;
}
</style>
border-color css
<style>
span { border-color: #FDADC3; }
span { border-color: rgb(253,173,195); }
td.TdClassName
{
border-color: #FDADC3;
}
.TagClassName
{
border-color: #FDADC3;
}
</style>