Shades of Light Pink #FEB0B2
Tints of Light Pink #FEB0B2
RGB
CMYK
RGB Variations
Color information
#FEB0B2 (or 0xFEB0B2) is known color: Light Pink. HEX triplet: FE, B0 and B2. RGB value is (254,176,178). Sum of RGB (Red+Green+Blue) = 254+176+178=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0B2 is #014F4D. Grayscale: #C7C7C7. Windows color (decimal): -85838 or 11710718. OLE color: 11710718.
HSL color Cylindrical-coordinate representation of color #FEB0B2: hue angle of 358.46º 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 #FEB0B2 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 178 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.00 |
| HSL | 358.46º | 0.98% | 0.84% | - |
| HSV(B) | 358.46º | 0.31% | 1% | - |
| XYZ | 64.43 | 55.34 | 49.4 | - |
| YUV | 199.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 178 | 0 | 0.31 | 0.30 | 0.00 | 358.46 | 0.98 | 0.84 |
| Hex | FE | B0 | B2 | 0 | 1F | 1E | 0 | 166 | 62 | 54 |
| Octal | 376 | 260 | 262 | 0 | 37 | 36 | 0 | 546 | 142 | 124 |
| Binary | 11111110 | 10110000 | 10110010 | 0 | 11111 | 11110 | 0 | 101100110 | 1100010 | 1010100 |
Color Harmonies of #FEB0B2
Complementary color
Monochromatic Colors of #FEB0B2
Black with #FEB0B2
Text Example
Text Example
White with #FEB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0B2; }
p { color: rgb(254,176,178); }
H1.HeaderClassName
{
color: #FEB0B2;
}
.AnyTagClassName
{
color: #FEB0B2;
}
</style>
background-color css
<style>
a { background-color: #FEB0B2; }
a { background-color: rgb(254,176,178); }
div.DivClassName
{
background-color: #FEB0B2;
}
.BgClassName
{
background-color: #FEB0B2;
}
</style>
border-color css
<style>
span { border-color: #FEB0B2; }
span { border-color: rgb(254,176,178); }
td.TdClassName
{
border-color: #FEB0B2;
}
.TagClassName
{
border-color: #FEB0B2;
}
</style>