Shades of Cupid #FDAABE
Tints of Cupid #FDAABE
RGB
CMYK
RGB Variations
Color information
#FDAABE (or 0xFDAABE) is known color: Cupid. HEX triplet: FD, AA and BE. RGB value is (253,170,190). Sum of RGB (Red+Green+Blue) = 253+170+190=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAABE is #025541. Grayscale: #C5C5C5. Windows color (decimal): -152898 or 12495613. OLE color: 12495613.
HSL color Cylindrical-coordinate representation of color #FDAABE: hue angle of 345.54º 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 #FDAABE is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 190 | - |
CMYK | 0 | 0.33 | 0.25 | 0.01 |
HSL | 345.54º | 0.95% | 0.83% | - |
HSV(B) | 345.54º | 0.33% | 0.99% | - |
XYZ | 64.18 | 53.35 | 55.63 | - |
YUV | 197.1 | 124 | 167.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 190 | 0 | 0.33 | 0.25 | 0.01 | 345.54 | 0.95 | 0.83 |
Hex | FD | AA | BE | 0 | 21 | 19 | 1 | 15A | 5F | 53 |
Octal | 375 | 252 | 276 | 0 | 41 | 31 | 1 | 532 | 137 | 123 |
Binary | 11111101 | 10101010 | 10111110 | 0 | 100001 | 11001 | 1 | 101011010 | 1011111 | 1010011 |
Color Harmonies of #FDAABE
Complementary color
Monochromatic Colors of #FDAABE
Black with #FDAABE
Text Example
Text Example
White with #FDAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAABE; }
p { color: rgb(253,170,190); }
H1.HeaderClassName
{
color: #FDAABE;
}
.AnyTagClassName
{
color: #FDAABE;
}
</style>
background-color css
<style>
a { background-color: #FDAABE; }
a { background-color: rgb(253,170,190); }
div.DivClassName
{
background-color: #FDAABE;
}
.BgClassName
{
background-color: #FDAABE;
}
</style>
border-color css
<style>
span { border-color: #FDAABE; }
span { border-color: rgb(253,170,190); }
td.TdClassName
{
border-color: #FDAABE;
}
.TagClassName
{
border-color: #FDAABE;
}
</style>