Shades of Light Pink #FEB0B3
Tints of Light Pink #FEB0B3
RGB
CMYK
RGB Variations
Color information
#FEB0B3 (or 0xFEB0B3) is known color: Light Pink. HEX triplet: FE, B0 and B3. RGB value is (254,176,179). Sum of RGB (Red+Green+Blue) = 254+176+179=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B3 is #014F4C. Grayscale: #C7C7C7. Windows color (decimal): -85837 or 11776254. OLE color: 11776254.
HSL color Cylindrical-coordinate representation of color #FEB0B3: hue angle of 357.69º 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 #FEB0B3 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 179 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.00 |
| HSL | 357.69º | 0.98% | 0.84% | - |
| HSV(B) | 357.69º | 0.31% | 1% | - |
| XYZ | 64.54 | 55.38 | 49.94 | - |
| YUV | 199.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 179 | 0 | 0.31 | 0.30 | 0.00 | 357.69 | 0.98 | 0.84 |
| Hex | FE | B0 | B3 | 0 | 1F | 1E | 0 | 166 | 62 | 54 |
| Octal | 376 | 260 | 263 | 0 | 37 | 36 | 0 | 546 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10110011 | 0 | 11111 | 11110 | 0 | 101100110 | 1100010 | 1010100 |
Color Harmonies of #FEB0B3
Complementary color
Monochromatic Colors of #FEB0B3
Black with #FEB0B3
Text Example
Text Example
White with #FEB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0B3; }
p { color: rgb(254,176,179); }
H1.HeaderClassName
{
color: #FEB0B3;
}
.AnyTagClassName
{
color: #FEB0B3;
}
</style>
background-color css
<style>
a { background-color: #FEB0B3; }
a { background-color: rgb(254,176,179); }
div.DivClassName
{
background-color: #FEB0B3;
}
.BgClassName
{
background-color: #FEB0B3;
}
</style>
border-color css
<style>
span { border-color: #FEB0B3; }
span { border-color: rgb(254,176,179); }
td.TdClassName
{
border-color: #FEB0B3;
}
.TagClassName
{
border-color: #FEB0B3;
}
</style>