Shades of Light Pink #FEB6BA
Tints of Light Pink #FEB6BA
RGB
CMYK
RGB Variations
Color information
#FEB6BA (or 0xFEB6BA) is known color: Light Pink. HEX triplet: FE, B6 and BA. RGB value is (254,182,186). Sum of RGB (Red+Green+Blue) = 254+182+186=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6BA is #014945. Grayscale: #CCCCCC. Windows color (decimal): -84294 or 12236542. OLE color: 12236542.
HSL color Cylindrical-coordinate representation of color #FEB6BA: hue angle of 356.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6BA is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 186 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.00 |
| HSL | 356.67º | 0.97% | 0.85% | - |
| HSV(B) | 356.67º | 0.28% | 1% | - |
| XYZ | 66.46 | 58.07 | 54.16 | - |
| YUV | 203.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 186 | 0 | 0.28 | 0.27 | 0.00 | 356.67 | 0.97 | 0.85 |
| Hex | FE | B6 | BA | 0 | 1C | 1B | 0 | 165 | 61 | 55 |
| Octal | 376 | 266 | 272 | 0 | 34 | 33 | 0 | 545 | 141 | 125 |
| Binary | 11111110 | 10110110 | 10111010 | 0 | 11100 | 11011 | 0 | 101100101 | 1100001 | 1010101 |
Color Harmonies of #FEB6BA
Complementary color
Monochromatic Colors of #FEB6BA
Black with #FEB6BA
Text Example
Text Example
White with #FEB6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6BA; }
p { color: rgb(254,182,186); }
H1.HeaderClassName
{
color: #FEB6BA;
}
.AnyTagClassName
{
color: #FEB6BA;
}
</style>
background-color css
<style>
a { background-color: #FEB6BA; }
a { background-color: rgb(254,182,186); }
div.DivClassName
{
background-color: #FEB6BA;
}
.BgClassName
{
background-color: #FEB6BA;
}
</style>
border-color css
<style>
span { border-color: #FEB6BA; }
span { border-color: rgb(254,182,186); }
td.TdClassName
{
border-color: #FEB6BA;
}
.TagClassName
{
border-color: #FEB6BA;
}
</style>