Shades of Light Pink #FBB8C1
Tints of Light Pink #FBB8C1
RGB
CMYK
RGB Variations
Color information
#FBB8C1 (or 0xFBB8C1) is known color: Light Pink. HEX triplet: FB, B8 and C1. RGB value is (251,184,193). Sum of RGB (Red+Green+Blue) = 251+184+193=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C1 is #04473E. Grayscale: #CDCDCD. Windows color (decimal): -280383 or 12695803. OLE color: 12695803.
HSL color Cylindrical-coordinate representation of color #FBB8C1: hue angle of 351.94º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8C1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 193 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.02 |
| HSL | 351.94º | 0.89% | 0.85% | - |
| HSV(B) | 351.94º | 0.27% | 0.98% | - |
| XYZ | 66.55 | 58.64 | 58.26 | - |
| YUV | 205.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 193 | 0 | 0.27 | 0.23 | 0.02 | 351.94 | 0.89 | 0.85 |
| Hex | FB | B8 | C1 | 0 | 1B | 17 | 2 | 160 | 59 | 55 |
| Octal | 373 | 270 | 301 | 0 | 33 | 27 | 2 | 540 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11000001 | 0 | 11011 | 10111 | 10 | 101100000 | 1011001 | 1010101 |
Color Harmonies of #FBB8C1
Complementary color
Monochromatic Colors of #FBB8C1
Black with #FBB8C1
Text Example
Text Example
White with #FBB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8C1; }
p { color: rgb(251,184,193); }
H1.HeaderClassName
{
color: #FBB8C1;
}
.AnyTagClassName
{
color: #FBB8C1;
}
</style>
background-color css
<style>
a { background-color: #FBB8C1; }
a { background-color: rgb(251,184,193); }
div.DivClassName
{
background-color: #FBB8C1;
}
.BgClassName
{
background-color: #FBB8C1;
}
</style>
border-color css
<style>
span { border-color: #FBB8C1; }
span { border-color: rgb(251,184,193); }
td.TdClassName
{
border-color: #FBB8C1;
}
.TagClassName
{
border-color: #FBB8C1;
}
</style>