Shades of Cupid #FAADBF
Tints of Cupid #FAADBF
RGB
CMYK
RGB Variations
Color information
#FAADBF (or 0xFAADBF) is known color: Cupid. HEX triplet: FA, AD and BF. RGB value is (250,173,191). Sum of RGB (Red+Green+Blue) = 250+173+191=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADBF is #055240. Grayscale: #C6C6C6. Windows color (decimal): -348737 or 12561914. OLE color: 12561914.
HSL color Cylindrical-coordinate representation of color #FAADBF: hue angle of 345.97º 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 #FAADBF is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 191 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 345.97º | 0.89% | 0.83% | - |
| HSV(B) | 345.97º | 0.31% | 0.98% | - |
| XYZ | 63.77 | 53.97 | 56.35 | - |
| YUV | 198.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 191 | 0 | 0.31 | 0.24 | 0.02 | 345.97 | 0.89 | 0.83 |
| Hex | FA | AD | BF | 0 | 1F | 18 | 2 | 15A | 59 | 53 |
| Octal | 372 | 255 | 277 | 0 | 37 | 30 | 2 | 532 | 131 | 123 |
| Binary | 11111010 | 10101101 | 10111111 | 0 | 11111 | 11000 | 10 | 101011010 | 1011001 | 1010011 |
Color Harmonies of #FAADBF
Complementary color
Monochromatic Colors of #FAADBF
Black with #FAADBF
Text Example
Text Example
White with #FAADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADBF; }
p { color: rgb(250,173,191); }
H1.HeaderClassName
{
color: #FAADBF;
}
.AnyTagClassName
{
color: #FAADBF;
}
</style>
background-color css
<style>
a { background-color: #FAADBF; }
a { background-color: rgb(250,173,191); }
div.DivClassName
{
background-color: #FAADBF;
}
.BgClassName
{
background-color: #FAADBF;
}
</style>
border-color css
<style>
span { border-color: #FAADBF; }
span { border-color: rgb(250,173,191); }
td.TdClassName
{
border-color: #FAADBF;
}
.TagClassName
{
border-color: #FAADBF;
}
</style>