Shades of Cupid #FBADC7
Tints of Cupid #FBADC7
RGB
CMYK
RGB Variations
Color information
#FBADC7 (or 0xFBADC7) is known color: Cupid. HEX triplet: FB, AD and C7. RGB value is (251,173,199). Sum of RGB (Red+Green+Blue) = 251+173+199=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC7 is #045238. Grayscale: #C7C7C7. Windows color (decimal): -283193 or 13086203. OLE color: 13086203.
HSL color Cylindrical-coordinate representation of color #FBADC7: hue angle of 340º 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 #FBADC7 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 199 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 340º | 0.91% | 0.83% | - |
| HSV(B) | 340º | 0.31% | 0.98% | - |
| XYZ | 65.04 | 54.52 | 61.13 | - |
| YUV | 199.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 199 | 0 | 0.31 | 0.21 | 0.02 | 340 | 0.91 | 0.83 |
| Hex | FB | AD | C7 | 0 | 1F | 15 | 2 | 154 | 5B | 53 |
| Octal | 373 | 255 | 307 | 0 | 37 | 25 | 2 | 524 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11000111 | 0 | 11111 | 10101 | 10 | 101010100 | 1011011 | 1010011 |
Color Harmonies of #FBADC7
Complementary color
Monochromatic Colors of #FBADC7
Black with #FBADC7
Text Example
Text Example
White with #FBADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADC7; }
p { color: rgb(251,173,199); }
H1.HeaderClassName
{
color: #FBADC7;
}
.AnyTagClassName
{
color: #FBADC7;
}
</style>
background-color css
<style>
a { background-color: #FBADC7; }
a { background-color: rgb(251,173,199); }
div.DivClassName
{
background-color: #FBADC7;
}
.BgClassName
{
background-color: #FBADC7;
}
</style>
border-color css
<style>
span { border-color: #FBADC7; }
span { border-color: rgb(251,173,199); }
td.TdClassName
{
border-color: #FBADC7;
}
.TagClassName
{
border-color: #FBADC7;
}
</style>