Shades of Light Pink #FEB2BB
Tints of Light Pink #FEB2BB
RGB
CMYK
RGB Variations
Color information
#FEB2BB (or 0xFEB2BB) is known color: Light Pink. HEX triplet: FE, B2 and BB. RGB value is (254,178,187). Sum of RGB (Red+Green+Blue) = 254+178+187=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BB is #014D44. Grayscale: #C9C9C9. Windows color (decimal): -85317 or 12301054. OLE color: 12301054.
HSL color Cylindrical-coordinate representation of color #FEB2BB: hue angle of 352.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2BB is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 187 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.00 |
| HSL | 352.89º | 0.97% | 0.85% | - |
| HSV(B) | 352.89º | 0.3% | 1% | - |
| XYZ | 65.76 | 56.5 | 54.45 | - |
| YUV | 201.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 187 | 0 | 0.30 | 0.26 | 0.00 | 352.89 | 0.97 | 0.85 |
| Hex | FE | B2 | BB | 0 | 1E | 1A | 0 | 161 | 61 | 55 |
| Octal | 376 | 262 | 273 | 0 | 36 | 32 | 0 | 541 | 141 | 125 |
| Binary | 11111110 | 10110010 | 10111011 | 0 | 11110 | 11010 | 0 | 101100001 | 1100001 | 1010101 |
Color Harmonies of #FEB2BB
Complementary color
Monochromatic Colors of #FEB2BB
Black with #FEB2BB
Text Example
Text Example
White with #FEB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2BB; }
p { color: rgb(254,178,187); }
H1.HeaderClassName
{
color: #FEB2BB;
}
.AnyTagClassName
{
color: #FEB2BB;
}
</style>
background-color css
<style>
a { background-color: #FEB2BB; }
a { background-color: rgb(254,178,187); }
div.DivClassName
{
background-color: #FEB2BB;
}
.BgClassName
{
background-color: #FEB2BB;
}
</style>
border-color css
<style>
span { border-color: #FEB2BB; }
span { border-color: rgb(254,178,187); }
td.TdClassName
{
border-color: #FEB2BB;
}
.TagClassName
{
border-color: #FEB2BB;
}
</style>