Shades of Light Pink #FEB0B9
Tints of Light Pink #FEB0B9
RGB
CMYK
RGB Variations
Color information
#FEB0B9 (or 0xFEB0B9) is known color: Light Pink. HEX triplet: FE, B0 and B9. RGB value is (254,176,185). Sum of RGB (Red+Green+Blue) = 254+176+185=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B9 is #014F46. Grayscale: #C8C8C8. Windows color (decimal): -85831 or 12169470. OLE color: 12169470.
HSL color Cylindrical-coordinate representation of color #FEB0B9: hue angle of 353.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0B9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 185 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.00 |
| HSL | 353.08º | 0.98% | 0.84% | - |
| HSV(B) | 353.08º | 0.31% | 1% | - |
| XYZ | 65.16 | 55.62 | 53.2 | - |
| YUV | 200.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 185 | 0 | 0.31 | 0.27 | 0.00 | 353.08 | 0.98 | 0.84 |
| Hex | FE | B0 | B9 | 0 | 1F | 1B | 0 | 161 | 62 | 54 |
| Octal | 376 | 260 | 271 | 0 | 37 | 33 | 0 | 541 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10111001 | 0 | 11111 | 11011 | 0 | 101100001 | 1100010 | 1010100 |
Color Harmonies of #FEB0B9
Complementary color
Monochromatic Colors of #FEB0B9
Black with #FEB0B9
Text Example
Text Example
White with #FEB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0B9; }
p { color: rgb(254,176,185); }
H1.HeaderClassName
{
color: #FEB0B9;
}
.AnyTagClassName
{
color: #FEB0B9;
}
</style>
background-color css
<style>
a { background-color: #FEB0B9; }
a { background-color: rgb(254,176,185); }
div.DivClassName
{
background-color: #FEB0B9;
}
.BgClassName
{
background-color: #FEB0B9;
}
</style>
border-color css
<style>
span { border-color: #FEB0B9; }
span { border-color: rgb(254,176,185); }
td.TdClassName
{
border-color: #FEB0B9;
}
.TagClassName
{
border-color: #FEB0B9;
}
</style>