Shades of Light Pink #FEB6BD
Tints of Light Pink #FEB6BD
RGB
CMYK
RGB Variations
Color information
#FEB6BD (or 0xFEB6BD) is known color: Light Pink. HEX triplet: FE, B6 and BD. RGB value is (254,182,189). Sum of RGB (Red+Green+Blue) = 254+182+189=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6BD is #014942. Grayscale: #CCCCCC. Windows color (decimal): -84291 or 12433150. OLE color: 12433150.
HSL color Cylindrical-coordinate representation of color #FEB6BD: hue angle of 354.17º 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 #FEB6BD is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 189 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.00 |
| HSL | 354.17º | 0.97% | 0.85% | - |
| HSV(B) | 354.17º | 0.28% | 1% | - |
| XYZ | 66.79 | 58.2 | 55.86 | - |
| YUV | 204.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 189 | 0 | 0.28 | 0.26 | 0.00 | 354.17 | 0.97 | 0.85 |
| Hex | FE | B6 | BD | 0 | 1C | 1A | 0 | 162 | 61 | 55 |
| Octal | 376 | 266 | 275 | 0 | 34 | 32 | 0 | 542 | 141 | 125 |
| Binary | 11111110 | 10110110 | 10111101 | 0 | 11100 | 11010 | 0 | 101100010 | 1100001 | 1010101 |
Color Harmonies of #FEB6BD
Complementary color
Monochromatic Colors of #FEB6BD
Black with #FEB6BD
Text Example
Text Example
White with #FEB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6BD; }
p { color: rgb(254,182,189); }
H1.HeaderClassName
{
color: #FEB6BD;
}
.AnyTagClassName
{
color: #FEB6BD;
}
</style>
background-color css
<style>
a { background-color: #FEB6BD; }
a { background-color: rgb(254,182,189); }
div.DivClassName
{
background-color: #FEB6BD;
}
.BgClassName
{
background-color: #FEB6BD;
}
</style>
border-color css
<style>
span { border-color: #FEB6BD; }
span { border-color: rgb(254,182,189); }
td.TdClassName
{
border-color: #FEB6BD;
}
.TagClassName
{
border-color: #FEB6BD;
}
</style>