Shades of Light Pink #FEB6BC
Tints of Light Pink #FEB6BC
RGB
CMYK
RGB Variations
Color information
#FEB6BC (or 0xFEB6BC) is known color: Light Pink. HEX triplet: FE, B6 and BC. RGB value is (254,182,188). Sum of RGB (Red+Green+Blue) = 254+182+188=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6BC is #014943. Grayscale: #CCCCCC. Windows color (decimal): -84292 or 12367614. OLE color: 12367614.
HSL color Cylindrical-coordinate representation of color #FEB6BC: hue angle of 355º 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 #FEB6BC is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 188 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.00 |
| HSL | 355º | 0.97% | 0.85% | - |
| HSV(B) | 355º | 0.28% | 1% | - |
| XYZ | 66.68 | 58.16 | 55.29 | - |
| YUV | 204.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 188 | 0 | 0.28 | 0.26 | 0.00 | 355 | 0.97 | 0.85 |
| Hex | FE | B6 | BC | 0 | 1C | 1A | 0 | 163 | 61 | 55 |
| Octal | 376 | 266 | 274 | 0 | 34 | 32 | 0 | 543 | 141 | 125 |
| Binary | 11111110 | 10110110 | 10111100 | 0 | 11100 | 11010 | 0 | 101100011 | 1100001 | 1010101 |
Color Harmonies of #FEB6BC
Complementary color
Monochromatic Colors of #FEB6BC
Black with #FEB6BC
Text Example
Text Example
White with #FEB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6BC; }
p { color: rgb(254,182,188); }
H1.HeaderClassName
{
color: #FEB6BC;
}
.AnyTagClassName
{
color: #FEB6BC;
}
</style>
background-color css
<style>
a { background-color: #FEB6BC; }
a { background-color: rgb(254,182,188); }
div.DivClassName
{
background-color: #FEB6BC;
}
.BgClassName
{
background-color: #FEB6BC;
}
</style>
border-color css
<style>
span { border-color: #FEB6BC; }
span { border-color: rgb(254,182,188); }
td.TdClassName
{
border-color: #FEB6BC;
}
.TagClassName
{
border-color: #FEB6BC;
}
</style>