Shades of Cupid #FBB5CA
Tints of Cupid #FBB5CA
RGB
CMYK
RGB Variations
Color information
#FBB5CA (or 0xFBB5CA) is known color: Cupid. HEX triplet: FB, B5 and CA. RGB value is (251,181,202). Sum of RGB (Red+Green+Blue) = 251+181+202=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5CA is #044A35. Grayscale: #CCCCCC. Windows color (decimal): -281142 or 13284859. OLE color: 13284859.
HSL color Cylindrical-coordinate representation of color #FBB5CA: hue angle of 342º 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 #FBB5CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.02 |
| HSL | 342º | 0.9% | 0.85% | - |
| HSV(B) | 342º | 0.28% | 0.98% | - |
| XYZ | 66.97 | 57.82 | 63.51 | - |
| YUV | 204.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 202 | 0 | 0.28 | 0.20 | 0.02 | 342 | 0.9 | 0.85 |
| Hex | FB | B5 | CA | 0 | 1C | 14 | 2 | 156 | 5A | 55 |
| Octal | 373 | 265 | 312 | 0 | 34 | 24 | 2 | 526 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11001010 | 0 | 11100 | 10100 | 10 | 101010110 | 1011010 | 1010101 |
Color Harmonies of #FBB5CA
Complementary color
Monochromatic Colors of #FBB5CA
Black with #FBB5CA
Text Example
Text Example
White with #FBB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5CA; }
p { color: rgb(251,181,202); }
H1.HeaderClassName
{
color: #FBB5CA;
}
.AnyTagClassName
{
color: #FBB5CA;
}
</style>
background-color css
<style>
a { background-color: #FBB5CA; }
a { background-color: rgb(251,181,202); }
div.DivClassName
{
background-color: #FBB5CA;
}
.BgClassName
{
background-color: #FBB5CA;
}
</style>
border-color css
<style>
span { border-color: #FBB5CA; }
span { border-color: rgb(251,181,202); }
td.TdClassName
{
border-color: #FBB5CA;
}
.TagClassName
{
border-color: #FBB5CA;
}
</style>