Shades of Cupid #FBB4C8
Tints of Cupid #FBB4C8
RGB
CMYK
RGB Variations
Color information
#FBB4C8 (or 0xFBB4C8) is known color: Cupid. HEX triplet: FB, B4 and C8. RGB value is (251,180,200). Sum of RGB (Red+Green+Blue) = 251+180+200=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4C8 is #044B37. Grayscale: #CBCBCB. Windows color (decimal): -281400 or 13153531. OLE color: 13153531.
HSL color Cylindrical-coordinate representation of color #FBB4C8: hue angle of 343.1º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4C8 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 200 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.02 |
| HSL | 343.1º | 0.9% | 0.85% | - |
| HSV(B) | 343.1º | 0.28% | 0.98% | - |
| XYZ | 66.53 | 57.32 | 62.2 | - |
| YUV | 203.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 200 | 0 | 0.28 | 0.20 | 0.02 | 343.1 | 0.9 | 0.85 |
| Hex | FB | B4 | C8 | 0 | 1C | 14 | 2 | 157 | 5A | 55 |
| Octal | 373 | 264 | 310 | 0 | 34 | 24 | 2 | 527 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11001000 | 0 | 11100 | 10100 | 10 | 101010111 | 1011010 | 1010101 |
Color Harmonies of #FBB4C8
Complementary color
Monochromatic Colors of #FBB4C8
Black with #FBB4C8
Text Example
Text Example
White with #FBB4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4C8; }
p { color: rgb(251,180,200); }
H1.HeaderClassName
{
color: #FBB4C8;
}
.AnyTagClassName
{
color: #FBB4C8;
}
</style>
background-color css
<style>
a { background-color: #FBB4C8; }
a { background-color: rgb(251,180,200); }
div.DivClassName
{
background-color: #FBB4C8;
}
.BgClassName
{
background-color: #FBB4C8;
}
</style>
border-color css
<style>
span { border-color: #FBB4C8; }
span { border-color: rgb(251,180,200); }
td.TdClassName
{
border-color: #FBB4C8;
}
.TagClassName
{
border-color: #FBB4C8;
}
</style>