Shades of Cupid #FBB2CC
Tints of Cupid #FBB2CC
RGB
CMYK
RGB Variations
Color information
#FBB2CC (or 0xFBB2CC) is known color: Cupid. HEX triplet: FB, B2 and CC. RGB value is (251,178,204). Sum of RGB (Red+Green+Blue) = 251+178+204=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2CC is #044D33. Grayscale: #CACACA. Windows color (decimal): -281908 or 13415163. OLE color: 13415163.
HSL color Cylindrical-coordinate representation of color #FBB2CC: hue angle of 338.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2CC is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 204 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 338.63º | 0.9% | 0.84% | - |
| HSV(B) | 338.63º | 0.29% | 0.98% | - |
| XYZ | 66.6 | 56.71 | 64.56 | - |
| YUV | 202.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 204 | 0 | 0.29 | 0.19 | 0.02 | 338.63 | 0.9 | 0.84 |
| Hex | FB | B2 | CC | 0 | 1D | 13 | 2 | 153 | 5A | 54 |
| Octal | 373 | 262 | 314 | 0 | 35 | 23 | 2 | 523 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11001100 | 0 | 11101 | 10011 | 10 | 101010011 | 1011010 | 1010100 |
Color Harmonies of #FBB2CC
Complementary color
Monochromatic Colors of #FBB2CC
Black with #FBB2CC
Text Example
Text Example
White with #FBB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2CC; }
p { color: rgb(251,178,204); }
H1.HeaderClassName
{
color: #FBB2CC;
}
.AnyTagClassName
{
color: #FBB2CC;
}
</style>
background-color css
<style>
a { background-color: #FBB2CC; }
a { background-color: rgb(251,178,204); }
div.DivClassName
{
background-color: #FBB2CC;
}
.BgClassName
{
background-color: #FBB2CC;
}
</style>
border-color css
<style>
span { border-color: #FBB2CC; }
span { border-color: rgb(251,178,204); }
td.TdClassName
{
border-color: #FBB2CC;
}
.TagClassName
{
border-color: #FBB2CC;
}
</style>