Shades of Cupid #FAADBE
Tints of Cupid #FAADBE
RGB
CMYK
RGB Variations
Color information
#FAADBE (or 0xFAADBE) is known color: Cupid. HEX triplet: FA, AD and BE. RGB value is (250,173,190). Sum of RGB (Red+Green+Blue) = 250+173+190=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADBE is #055241. Grayscale: #C5C5C5. Windows color (decimal): -348738 or 12496378. OLE color: 12496378.
HSL color Cylindrical-coordinate representation of color #FAADBE: hue angle of 346.75º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADBE is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 190 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 346.75º | 0.89% | 0.83% | - |
| HSV(B) | 346.75º | 0.31% | 0.98% | - |
| XYZ | 63.66 | 53.93 | 55.77 | - |
| YUV | 197.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 190 | 0 | 0.31 | 0.24 | 0.02 | 346.75 | 0.89 | 0.83 |
| Hex | FA | AD | BE | 0 | 1F | 18 | 2 | 15B | 59 | 53 |
| Octal | 372 | 255 | 276 | 0 | 37 | 30 | 2 | 533 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10111110 | 0 | 11111 | 11000 | 10 | 101011011 | 1011001 | 1010011 |
Color Harmonies of #FAADBE
Complementary color
Monochromatic Colors of #FAADBE
Black with #FAADBE
Text Example
Text Example
White with #FAADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADBE; }
p { color: rgb(250,173,190); }
H1.HeaderClassName
{
color: #FAADBE;
}
.AnyTagClassName
{
color: #FAADBE;
}
</style>
background-color css
<style>
a { background-color: #FAADBE; }
a { background-color: rgb(250,173,190); }
div.DivClassName
{
background-color: #FAADBE;
}
.BgClassName
{
background-color: #FAADBE;
}
</style>
border-color css
<style>
span { border-color: #FAADBE; }
span { border-color: rgb(250,173,190); }
td.TdClassName
{
border-color: #FAADBE;
}
.TagClassName
{
border-color: #FAADBE;
}
</style>