Shades of Cupid #FDAAC0
Tints of Cupid #FDAAC0
RGB
CMYK
RGB Variations
Color information
#FDAAC0 (or 0xFDAAC0) is known color: Cupid. HEX triplet: FD, AA and C0. RGB value is (253,170,192). Sum of RGB (Red+Green+Blue) = 253+170+192=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAC0 is #02553F. Grayscale: #C5C5C5. Windows color (decimal): -152896 or 12626685. OLE color: 12626685.
HSL color Cylindrical-coordinate representation of color #FDAAC0: hue angle of 344.1º 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 #FDAAC0 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 192 | - |
CMYK | 0 | 0.33 | 0.24 | 0.01 |
HSL | 344.1º | 0.95% | 0.83% | - |
HSV(B) | 344.1º | 0.33% | 0.99% | - |
XYZ | 64.4 | 53.44 | 56.79 | - |
YUV | 197.33 | 125 | 167.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 192 | 0 | 0.33 | 0.24 | 0.01 | 344.1 | 0.95 | 0.83 |
Hex | FD | AA | C0 | 0 | 21 | 18 | 1 | 158 | 5F | 53 |
Octal | 375 | 252 | 300 | 0 | 41 | 30 | 1 | 530 | 137 | 123 |
Binary | 11111101 | 10101010 | 11000000 | 0 | 100001 | 11000 | 1 | 101011000 | 1011111 | 1010011 |
Color Harmonies of #FDAAC0
Complementary color
Monochromatic Colors of #FDAAC0
Black with #FDAAC0
Text Example
Text Example
White with #FDAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAC0; }
p { color: rgb(253,170,192); }
H1.HeaderClassName
{
color: #FDAAC0;
}
.AnyTagClassName
{
color: #FDAAC0;
}
</style>
background-color css
<style>
a { background-color: #FDAAC0; }
a { background-color: rgb(253,170,192); }
div.DivClassName
{
background-color: #FDAAC0;
}
.BgClassName
{
background-color: #FDAAC0;
}
</style>
border-color css
<style>
span { border-color: #FDAAC0; }
span { border-color: rgb(253,170,192); }
td.TdClassName
{
border-color: #FDAAC0;
}
.TagClassName
{
border-color: #FDAAC0;
}
</style>