Shades of Cupid #FDADC4
Tints of Cupid #FDADC4
RGB
CMYK
RGB Variations
Color information
#FDADC4 (or 0xFDADC4) is known color: Cupid. HEX triplet: FD, AD and C4. RGB value is (253,173,196). Sum of RGB (Red+Green+Blue) = 253+173+196=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC4 is #02523B. Grayscale: #C7C7C7. Windows color (decimal): -152124 or 12889597. OLE color: 12889597.
HSL color Cylindrical-coordinate representation of color #FDADC4: hue angle of 342.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 #FDADC4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 173 | 196 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.01 |
| HSL | 342.75º | 0.95% | 0.84% | - |
| HSV(B) | 342.75º | 0.32% | 0.99% | - |
| XYZ | 65.42 | 54.76 | 59.35 | - |
| YUV | 199.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 173 | 196 | 0 | 0.32 | 0.23 | 0.01 | 342.75 | 0.95 | 0.84 |
| Hex | FD | AD | C4 | 0 | 20 | 17 | 1 | 157 | 5F | 54 |
| Octal | 375 | 255 | 304 | 0 | 40 | 27 | 1 | 527 | 137 | 124 |
| Binary | 11111101 | 10101101 | 11000100 | 0 | 100000 | 10111 | 1 | 101010111 | 1011111 | 1010100 |
Color Harmonies of #FDADC4
Complementary color
Monochromatic Colors of #FDADC4
Black with #FDADC4
Text Example
Text Example
White with #FDADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADC4; }
p { color: rgb(253,173,196); }
H1.HeaderClassName
{
color: #FDADC4;
}
.AnyTagClassName
{
color: #FDADC4;
}
</style>
background-color css
<style>
a { background-color: #FDADC4; }
a { background-color: rgb(253,173,196); }
div.DivClassName
{
background-color: #FDADC4;
}
.BgClassName
{
background-color: #FDADC4;
}
</style>
border-color css
<style>
span { border-color: #FDADC4; }
span { border-color: rgb(253,173,196); }
td.TdClassName
{
border-color: #FDADC4;
}
.TagClassName
{
border-color: #FDADC4;
}
</style>