Shades of Light Pink #FBB6BE
Tints of Light Pink #FBB6BE
RGB
CMYK
RGB Variations
Color information
#FBB6BE (or 0xFBB6BE) is known color: Light Pink. HEX triplet: FB, B6 and BE. RGB value is (251,182,190). Sum of RGB (Red+Green+Blue) = 251+182+190=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6BE is #044941. Grayscale: #CBCBCB. Windows color (decimal): -280898 or 12498683. OLE color: 12498683.
HSL color Cylindrical-coordinate representation of color #FBB6BE: hue angle of 353.04º degrees, saturation: 0.9, 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 #FBB6BE is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 190 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.02 |
| HSL | 353.04º | 0.9% | 0.85% | - |
| HSV(B) | 353.04º | 0.27% | 0.98% | - |
| XYZ | 65.81 | 57.68 | 56.38 | - |
| YUV | 203.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 190 | 0 | 0.27 | 0.24 | 0.02 | 353.04 | 0.9 | 0.85 |
| Hex | FB | B6 | BE | 0 | 1B | 18 | 2 | 161 | 5A | 55 |
| Octal | 373 | 266 | 276 | 0 | 33 | 30 | 2 | 541 | 132 | 125 |
| Binary | 11111011 | 10110110 | 10111110 | 0 | 11011 | 11000 | 10 | 101100001 | 1011010 | 1010101 |
Color Harmonies of #FBB6BE
Complementary color
Monochromatic Colors of #FBB6BE
Black with #FBB6BE
Text Example
Text Example
White with #FBB6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6BE; }
p { color: rgb(251,182,190); }
H1.HeaderClassName
{
color: #FBB6BE;
}
.AnyTagClassName
{
color: #FBB6BE;
}
</style>
background-color css
<style>
a { background-color: #FBB6BE; }
a { background-color: rgb(251,182,190); }
div.DivClassName
{
background-color: #FBB6BE;
}
.BgClassName
{
background-color: #FBB6BE;
}
</style>
border-color css
<style>
span { border-color: #FBB6BE; }
span { border-color: rgb(251,182,190); }
td.TdClassName
{
border-color: #FBB6BE;
}
.TagClassName
{
border-color: #FBB6BE;
}
</style>