Shades of Cupid #FBADC0
Tints of Cupid #FBADC0
RGB
CMYK
RGB Variations
Color information
#FBADC0 (or 0xFBADC0) is known color: Cupid. HEX triplet: FB, AD and C0. RGB value is (251,173,192). Sum of RGB (Red+Green+Blue) = 251+173+192=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC0 is #04523F. Grayscale: #C6C6C6. Windows color (decimal): -283200 or 12627451. OLE color: 12627451.
HSL color Cylindrical-coordinate representation of color #FBADC0: hue angle of 345.38º degrees, saturation: 0.91, 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 #FBADC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 345.38º | 0.91% | 0.83% | - |
| HSV(B) | 345.38º | 0.31% | 0.98% | - |
| XYZ | 64.24 | 54.2 | 56.95 | - |
| YUV | 198.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 192 | 0 | 0.31 | 0.24 | 0.02 | 345.38 | 0.91 | 0.83 |
| Hex | FB | AD | C0 | 0 | 1F | 18 | 2 | 159 | 5B | 53 |
| Octal | 373 | 255 | 300 | 0 | 37 | 30 | 2 | 531 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11000000 | 0 | 11111 | 11000 | 10 | 101011001 | 1011011 | 1010011 |
Color Harmonies of #FBADC0
Complementary color
Monochromatic Colors of #FBADC0
Black with #FBADC0
Text Example
Text Example
White with #FBADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADC0; }
p { color: rgb(251,173,192); }
H1.HeaderClassName
{
color: #FBADC0;
}
.AnyTagClassName
{
color: #FBADC0;
}
</style>
background-color css
<style>
a { background-color: #FBADC0; }
a { background-color: rgb(251,173,192); }
div.DivClassName
{
background-color: #FBADC0;
}
.BgClassName
{
background-color: #FBADC0;
}
</style>
border-color css
<style>
span { border-color: #FBADC0; }
span { border-color: rgb(251,173,192); }
td.TdClassName
{
border-color: #FBADC0;
}
.TagClassName
{
border-color: #FBADC0;
}
</style>