Shades of Cupid #FBA8BE
Tints of Cupid #FBA8BE
RGB
CMYK
RGB Variations
Color information
#FBA8BE (or 0xFBA8BE) is known color: Cupid. HEX triplet: FB, A8 and BE. RGB value is (251,168,190). Sum of RGB (Red+Green+Blue) = 251+168+190=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8BE is #045741. Grayscale: #C3C3C3. Windows color (decimal): -284482 or 12495099. OLE color: 12495099.
HSL color Cylindrical-coordinate representation of color #FBA8BE: hue angle of 344.1º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8BE is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 190 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.02 |
| HSL | 344.1º | 0.91% | 0.82% | - |
| HSV(B) | 344.1º | 0.33% | 0.98% | - |
| XYZ | 63.08 | 52.23 | 55.47 | - |
| YUV | 195.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 190 | 0 | 0.33 | 0.24 | 0.02 | 344.1 | 0.91 | 0.82 |
| Hex | FB | A8 | BE | 0 | 21 | 18 | 2 | 158 | 5B | 52 |
| Octal | 373 | 250 | 276 | 0 | 41 | 30 | 2 | 530 | 133 | 122 |
| Binary | 11111011 | 10101000 | 10111110 | 0 | 100001 | 11000 | 10 | 101011000 | 1011011 | 1010010 |
Color Harmonies of #FBA8BE
Complementary color
Monochromatic Colors of #FBA8BE
Black with #FBA8BE
Text Example
Text Example
White with #FBA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8BE; }
p { color: rgb(251,168,190); }
H1.HeaderClassName
{
color: #FBA8BE;
}
.AnyTagClassName
{
color: #FBA8BE;
}
</style>
background-color css
<style>
a { background-color: #FBA8BE; }
a { background-color: rgb(251,168,190); }
div.DivClassName
{
background-color: #FBA8BE;
}
.BgClassName
{
background-color: #FBA8BE;
}
</style>
border-color css
<style>
span { border-color: #FBA8BE; }
span { border-color: rgb(251,168,190); }
td.TdClassName
{
border-color: #FBA8BE;
}
.TagClassName
{
border-color: #FBA8BE;
}
</style>