Shades of Cupid #FDAAC1
Tints of Cupid #FDAAC1
RGB
CMYK
RGB Variations
Color information
#FDAAC1 (or 0xFDAAC1) is known color: Cupid. HEX triplet: FD, AA and C1. RGB value is (253,170,193). Sum of RGB (Red+Green+Blue) = 253+170+193=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAC1 is #02553E. Grayscale: #C5C5C5. Windows color (decimal): -152895 or 12692221. OLE color: 12692221.
HSL color Cylindrical-coordinate representation of color #FDAAC1: hue angle of 343.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 193 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.01 |
| HSL | 343.37º | 0.95% | 0.83% | - |
| HSV(B) | 343.37º | 0.33% | 0.99% | - |
| XYZ | 64.51 | 53.48 | 57.38 | - |
| YUV | 197.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 193 | 0 | 0.33 | 0.24 | 0.01 | 343.37 | 0.95 | 0.83 |
| Hex | FD | AA | C1 | 0 | 21 | 18 | 1 | 157 | 5F | 53 |
| Octal | 375 | 252 | 301 | 0 | 41 | 30 | 1 | 527 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11000001 | 0 | 100001 | 11000 | 1 | 101010111 | 1011111 | 1010011 |
Color Harmonies of #FDAAC1
Complementary color
Monochromatic Colors of #FDAAC1
Black with #FDAAC1
Text Example
Text Example
White with #FDAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAC1; }
p { color: rgb(253,170,193); }
H1.HeaderClassName
{
color: #FDAAC1;
}
.AnyTagClassName
{
color: #FDAAC1;
}
</style>
background-color css
<style>
a { background-color: #FDAAC1; }
a { background-color: rgb(253,170,193); }
div.DivClassName
{
background-color: #FDAAC1;
}
.BgClassName
{
background-color: #FDAAC1;
}
</style>
border-color css
<style>
span { border-color: #FDAAC1; }
span { border-color: rgb(253,170,193); }
td.TdClassName
{
border-color: #FDAAC1;
}
.TagClassName
{
border-color: #FDAAC1;
}
</style>