Shades of Light Pink #FEB1B3
Tints of Light Pink #FEB1B3
RGB
CMYK
RGB Variations
Color information
#FEB1B3 (or 0xFEB1B3) is known color: Light Pink. HEX triplet: FE, B1 and B3. RGB value is (254,177,179). Sum of RGB (Red+Green+Blue) = 254+177+179=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1B3 is #014E4C. Grayscale: #C8C8C8. Windows color (decimal): -85581 or 11776510. OLE color: 11776510.
HSL color Cylindrical-coordinate representation of color #FEB1B3: hue angle of 358.44º 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 #FEB1B3 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 179 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.00 |
| HSL | 358.44º | 0.97% | 0.85% | - |
| HSV(B) | 358.44º | 0.3% | 1% | - |
| XYZ | 64.73 | 55.77 | 50 | - |
| YUV | 200.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 179 | 0 | 0.30 | 0.30 | 0.00 | 358.44 | 0.97 | 0.85 |
| Hex | FE | B1 | B3 | 0 | 1E | 1E | 0 | 166 | 61 | 55 |
| Octal | 376 | 261 | 263 | 0 | 36 | 36 | 0 | 546 | 141 | 125 |
| Binary | 11111110 | 10110001 | 10110011 | 0 | 11110 | 11110 | 0 | 101100110 | 1100001 | 1010101 |
Color Harmonies of #FEB1B3
Complementary color
Monochromatic Colors of #FEB1B3
Black with #FEB1B3
Text Example
Text Example
White with #FEB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1B3; }
p { color: rgb(254,177,179); }
H1.HeaderClassName
{
color: #FEB1B3;
}
.AnyTagClassName
{
color: #FEB1B3;
}
</style>
background-color css
<style>
a { background-color: #FEB1B3; }
a { background-color: rgb(254,177,179); }
div.DivClassName
{
background-color: #FEB1B3;
}
.BgClassName
{
background-color: #FEB1B3;
}
</style>
border-color css
<style>
span { border-color: #FEB1B3; }
span { border-color: rgb(254,177,179); }
td.TdClassName
{
border-color: #FEB1B3;
}
.TagClassName
{
border-color: #FEB1B3;
}
</style>