Shades of Cupid #FBADC6
Tints of Cupid #FBADC6
RGB
CMYK
RGB Variations
Color information
#FBADC6 (or 0xFBADC6) is known color: Cupid. HEX triplet: FB, AD and C6. RGB value is (251,173,198). Sum of RGB (Red+Green+Blue) = 251+173+198=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC6 is #045239. Grayscale: #C7C7C7. Windows color (decimal): -283194 or 13020667. OLE color: 13020667.
HSL color Cylindrical-coordinate representation of color #FBADC6: hue angle of 340.77º 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 #FBADC6 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 198 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.02 |
| HSL | 340.77º | 0.91% | 0.83% | - |
| HSV(B) | 340.77º | 0.31% | 0.98% | - |
| XYZ | 64.92 | 54.47 | 60.52 | - |
| YUV | 199.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 198 | 0 | 0.31 | 0.21 | 0.02 | 340.77 | 0.91 | 0.83 |
| Hex | FB | AD | C6 | 0 | 1F | 15 | 2 | 155 | 5B | 53 |
| Octal | 373 | 255 | 306 | 0 | 37 | 25 | 2 | 525 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11000110 | 0 | 11111 | 10101 | 10 | 101010101 | 1011011 | 1010011 |
Color Harmonies of #FBADC6
Complementary color
Monochromatic Colors of #FBADC6
Black with #FBADC6
Text Example
Text Example
White with #FBADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADC6; }
p { color: rgb(251,173,198); }
H1.HeaderClassName
{
color: #FBADC6;
}
.AnyTagClassName
{
color: #FBADC6;
}
</style>
background-color css
<style>
a { background-color: #FBADC6; }
a { background-color: rgb(251,173,198); }
div.DivClassName
{
background-color: #FBADC6;
}
.BgClassName
{
background-color: #FBADC6;
}
</style>
border-color css
<style>
span { border-color: #FBADC6; }
span { border-color: rgb(251,173,198); }
td.TdClassName
{
border-color: #FBADC6;
}
.TagClassName
{
border-color: #FBADC6;
}
</style>