Shades of Cupid #FDADC2
Tints of Cupid #FDADC2
RGB
CMYK
RGB Variations
Color information
#FDADC2 (or 0xFDADC2) is known color: Cupid. HEX triplet: FD, AD and C2. RGB value is (253,173,194). Sum of RGB (Red+Green+Blue) = 253+173+194=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC2 is #02523D. Grayscale: #C7C7C7. Windows color (decimal): -152126 or 12758525. OLE color: 12758525.
HSL color Cylindrical-coordinate representation of color #FDADC2: hue angle of 344.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 #FDADC2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 194 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 344.25º | 0.95% | 0.84% | - |
| HSV(B) | 344.25º | 0.32% | 0.99% | - |
| XYZ | 65.19 | 54.66 | 58.15 | - |
| YUV | 199.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 194 | 0 | 0.32 | 0.23 | 0.01 | 344.25 | 0.95 | 0.84 |
| Hex | FD | AD | C2 | 0 | 20 | 17 | 1 | 158 | 5F | 54 |
| Octal | 375 | 255 | 302 | 0 | 40 | 27 | 1 | 530 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000010 | 0 | 100000 | 10111 | 1 | 101011000 | 1011111 | 1010100 |
Color Harmonies of #FDADC2
Complementary color
Monochromatic Colors of #FDADC2
Black with #FDADC2
Text Example
Text Example
White with #FDADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC2; }
p { color: rgb(253,173,194); }
H1.HeaderClassName
{
color: #FDADC2;
}
.AnyTagClassName
{
color: #FDADC2;
}
</style>
background-color css
<style>
a { background-color: #FDADC2; }
a { background-color: rgb(253,173,194); }
div.DivClassName
{
background-color: #FDADC2;
}
.BgClassName
{
background-color: #FDADC2;
}
</style>
border-color css
<style>
span { border-color: #FDADC2; }
span { border-color: rgb(253,173,194); }
td.TdClassName
{
border-color: #FDADC2;
}
.TagClassName
{
border-color: #FDADC2;
}
</style>