Shades of Cupid #FBB0C2
Tints of Cupid #FBB0C2
RGB
CMYK
RGB Variations
Color information
#FBB0C2 (or 0xFBB0C2) is known color: Cupid. HEX triplet: FB, B0 and C2. RGB value is (251,176,194). Sum of RGB (Red+Green+Blue) = 251+176+194=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0C2 is #044F3D. Grayscale: #C8C8C8. Windows color (decimal): -282430 or 12759291. OLE color: 12759291.
HSL color Cylindrical-coordinate representation of color #FBB0C2: hue angle of 345.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0C2 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 194 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.02 |
| HSL | 345.6º | 0.9% | 0.84% | - |
| HSV(B) | 345.6º | 0.3% | 0.98% | - |
| XYZ | 65.05 | 55.45 | 58.31 | - |
| YUV | 200.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 194 | 0 | 0.30 | 0.23 | 0.02 | 345.6 | 0.9 | 0.84 |
| Hex | FB | B0 | C2 | 0 | 1E | 17 | 2 | 15A | 5A | 54 |
| Octal | 373 | 260 | 302 | 0 | 36 | 27 | 2 | 532 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11000010 | 0 | 11110 | 10111 | 10 | 101011010 | 1011010 | 1010100 |
Color Harmonies of #FBB0C2
Complementary color
Monochromatic Colors of #FBB0C2
Black with #FBB0C2
Text Example
Text Example
White with #FBB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0C2; }
p { color: rgb(251,176,194); }
H1.HeaderClassName
{
color: #FBB0C2;
}
.AnyTagClassName
{
color: #FBB0C2;
}
</style>
background-color css
<style>
a { background-color: #FBB0C2; }
a { background-color: rgb(251,176,194); }
div.DivClassName
{
background-color: #FBB0C2;
}
.BgClassName
{
background-color: #FBB0C2;
}
</style>
border-color css
<style>
span { border-color: #FBB0C2; }
span { border-color: rgb(251,176,194); }
td.TdClassName
{
border-color: #FBB0C2;
}
.TagClassName
{
border-color: #FBB0C2;
}
</style>