Shades of Light Pink #FBB2C0
Tints of Light Pink #FBB2C0
RGB
CMYK
RGB Variations
Color information
#FBB2C0 (or 0xFBB2C0) is known color: Light Pink. HEX triplet: FB, B2 and C0. RGB value is (251,178,192). Sum of RGB (Red+Green+Blue) = 251+178+192=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2C0 is #044D3F. Grayscale: #C9C9C9. Windows color (decimal): -281920 or 12628731. OLE color: 12628731.
HSL color Cylindrical-coordinate representation of color #FBB2C0: hue angle of 348.49º 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 #FBB2C0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 192 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.02 |
| HSL | 348.49º | 0.9% | 0.84% | - |
| HSV(B) | 348.49º | 0.29% | 0.98% | - |
| XYZ | 65.22 | 56.16 | 57.27 | - |
| YUV | 201.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 192 | 0 | 0.29 | 0.24 | 0.02 | 348.49 | 0.9 | 0.84 |
| Hex | FB | B2 | C0 | 0 | 1D | 18 | 2 | 15C | 5A | 54 |
| Octal | 373 | 262 | 300 | 0 | 35 | 30 | 2 | 534 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11000000 | 0 | 11101 | 11000 | 10 | 101011100 | 1011010 | 1010100 |
Color Harmonies of #FBB2C0
Complementary color
Monochromatic Colors of #FBB2C0
Black with #FBB2C0
Text Example
Text Example
White with #FBB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2C0; }
p { color: rgb(251,178,192); }
H1.HeaderClassName
{
color: #FBB2C0;
}
.AnyTagClassName
{
color: #FBB2C0;
}
</style>
background-color css
<style>
a { background-color: #FBB2C0; }
a { background-color: rgb(251,178,192); }
div.DivClassName
{
background-color: #FBB2C0;
}
.BgClassName
{
background-color: #FBB2C0;
}
</style>
border-color css
<style>
span { border-color: #FBB2C0; }
span { border-color: rgb(251,178,192); }
td.TdClassName
{
border-color: #FBB2C0;
}
.TagClassName
{
border-color: #FBB2C0;
}
</style>