Shades of Light Pink #FBB9C0
Tints of Light Pink #FBB9C0
RGB
CMYK
RGB Variations
Color information
#FBB9C0 (or 0xFBB9C0) is known color: Light Pink. HEX triplet: FB, B9 and C0. RGB value is (251,185,192). Sum of RGB (Red+Green+Blue) = 251+185+192=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9C0 is #04463F. Grayscale: #CDCDCD. Windows color (decimal): -280128 or 12630523. OLE color: 12630523.
HSL color Cylindrical-coordinate representation of color #FBB9C0: hue angle of 353.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9C0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.02 |
| HSL | 353.64º | 0.89% | 0.85% | - |
| HSV(B) | 353.64º | 0.26% | 0.98% | - |
| XYZ | 66.65 | 59.01 | 57.75 | - |
| YUV | 205.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 192 | 0 | 0.26 | 0.24 | 0.02 | 353.64 | 0.89 | 0.85 |
| Hex | FB | B9 | C0 | 0 | 1A | 18 | 2 | 162 | 59 | 55 |
| Octal | 373 | 271 | 300 | 0 | 32 | 30 | 2 | 542 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11000000 | 0 | 11010 | 11000 | 10 | 101100010 | 1011001 | 1010101 |
Color Harmonies of #FBB9C0
Complementary color
Monochromatic Colors of #FBB9C0
Black with #FBB9C0
Text Example
Text Example
White with #FBB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9C0; }
p { color: rgb(251,185,192); }
H1.HeaderClassName
{
color: #FBB9C0;
}
.AnyTagClassName
{
color: #FBB9C0;
}
</style>
background-color css
<style>
a { background-color: #FBB9C0; }
a { background-color: rgb(251,185,192); }
div.DivClassName
{
background-color: #FBB9C0;
}
.BgClassName
{
background-color: #FBB9C0;
}
</style>
border-color css
<style>
span { border-color: #FBB9C0; }
span { border-color: rgb(251,185,192); }
td.TdClassName
{
border-color: #FBB9C0;
}
.TagClassName
{
border-color: #FBB9C0;
}
</style>