Shades of Cupid #FDACC0
Tints of Cupid #FDACC0
RGB
CMYK
RGB Variations
Color information
#FDACC0 (or 0xFDACC0) is known color: Cupid. HEX triplet: FD, AC and C0. RGB value is (253,172,192). Sum of RGB (Red+Green+Blue) = 253+172+192=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACC0 is #02533F. Grayscale: #C6C6C6. Windows color (decimal): -152384 or 12627197. OLE color: 12627197.
HSL color Cylindrical-coordinate representation of color #FDACC0: hue angle of 345.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 192 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.01 |
| HSL | 345.19º | 0.95% | 0.83% | - |
| HSV(B) | 345.19º | 0.32% | 0.99% | - |
| XYZ | 64.77 | 54.19 | 56.92 | - |
| YUV | 198.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 192 | 0 | 0.32 | 0.24 | 0.01 | 345.19 | 0.95 | 0.83 |
| Hex | FD | AC | C0 | 0 | 20 | 18 | 1 | 159 | 5F | 53 |
| Octal | 375 | 254 | 300 | 0 | 40 | 30 | 1 | 531 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11000000 | 0 | 100000 | 11000 | 1 | 101011001 | 1011111 | 1010011 |
Color Harmonies of #FDACC0
Complementary color
Monochromatic Colors of #FDACC0
Black with #FDACC0
Text Example
Text Example
White with #FDACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACC0; }
p { color: rgb(253,172,192); }
H1.HeaderClassName
{
color: #FDACC0;
}
.AnyTagClassName
{
color: #FDACC0;
}
</style>
background-color css
<style>
a { background-color: #FDACC0; }
a { background-color: rgb(253,172,192); }
div.DivClassName
{
background-color: #FDACC0;
}
.BgClassName
{
background-color: #FDACC0;
}
</style>
border-color css
<style>
span { border-color: #FDACC0; }
span { border-color: rgb(253,172,192); }
td.TdClassName
{
border-color: #FDACC0;
}
.TagClassName
{
border-color: #FDACC0;
}
</style>