Shades of Cupid #FBADC2
Tints of Cupid #FBADC2
RGB
CMYK
RGB Variations
Color information
#FBADC2 (or 0xFBADC2) is known color: Cupid. HEX triplet: FB, AD and C2. RGB value is (251,173,194). Sum of RGB (Red+Green+Blue) = 251+173+194=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADC2 is #04523D. Grayscale: #C6C6C6. Windows color (decimal): -283198 or 12758523. OLE color: 12758523.
HSL color Cylindrical-coordinate representation of color #FBADC2: hue angle of 343.85º 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 #FBADC2 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 194 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.02 |
| HSL | 343.85º | 0.91% | 0.83% | - |
| HSV(B) | 343.85º | 0.31% | 0.98% | - |
| XYZ | 64.46 | 54.29 | 58.12 | - |
| YUV | 198.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 194 | 0 | 0.31 | 0.23 | 0.02 | 343.85 | 0.91 | 0.83 |
| Hex | FB | AD | C2 | 0 | 1F | 17 | 2 | 158 | 5B | 53 |
| Octal | 373 | 255 | 302 | 0 | 37 | 27 | 2 | 530 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11000010 | 0 | 11111 | 10111 | 10 | 101011000 | 1011011 | 1010011 |
Color Harmonies of #FBADC2
Complementary color
Monochromatic Colors of #FBADC2
Black with #FBADC2
Text Example
Text Example
White with #FBADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADC2; }
p { color: rgb(251,173,194); }
H1.HeaderClassName
{
color: #FBADC2;
}
.AnyTagClassName
{
color: #FBADC2;
}
</style>
background-color css
<style>
a { background-color: #FBADC2; }
a { background-color: rgb(251,173,194); }
div.DivClassName
{
background-color: #FBADC2;
}
.BgClassName
{
background-color: #FBADC2;
}
</style>
border-color css
<style>
span { border-color: #FBADC2; }
span { border-color: rgb(251,173,194); }
td.TdClassName
{
border-color: #FBADC2;
}
.TagClassName
{
border-color: #FBADC2;
}
</style>