Shades of Light Pink #FEB9BD
Tints of Light Pink #FEB9BD
RGB
CMYK
RGB Variations
Color information
#FEB9BD (or 0xFEB9BD) is known color: Light Pink. HEX triplet: FE, B9 and BD. RGB value is (254,185,189). Sum of RGB (Red+Green+Blue) = 254+185+189=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9BD is #014642. Grayscale: #CECECE. Windows color (decimal): -83523 or 12433918. OLE color: 12433918.
HSL color Cylindrical-coordinate representation of color #FEB9BD: hue angle of 356.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9BD is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 189 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.00 |
| HSL | 356.52º | 0.97% | 0.86% | - |
| HSV(B) | 356.52º | 0.27% | 1% | - |
| XYZ | 67.41 | 59.44 | 56.06 | - |
| YUV | 206.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 189 | 0 | 0.27 | 0.26 | 0.00 | 356.52 | 0.97 | 0.86 |
| Hex | FE | B9 | BD | 0 | 1B | 1A | 0 | 165 | 61 | 56 |
| Octal | 376 | 271 | 275 | 0 | 33 | 32 | 0 | 545 | 141 | 126 |
| Binary | 11111110 | 10111001 | 10111101 | 0 | 11011 | 11010 | 0 | 101100101 | 1100001 | 1010110 |
Color Harmonies of #FEB9BD
Complementary color
Monochromatic Colors of #FEB9BD
Black with #FEB9BD
Text Example
Text Example
White with #FEB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9BD; }
p { color: rgb(254,185,189); }
H1.HeaderClassName
{
color: #FEB9BD;
}
.AnyTagClassName
{
color: #FEB9BD;
}
</style>
background-color css
<style>
a { background-color: #FEB9BD; }
a { background-color: rgb(254,185,189); }
div.DivClassName
{
background-color: #FEB9BD;
}
.BgClassName
{
background-color: #FEB9BD;
}
</style>
border-color css
<style>
span { border-color: #FEB9BD; }
span { border-color: rgb(254,185,189); }
td.TdClassName
{
border-color: #FEB9BD;
}
.TagClassName
{
border-color: #FEB9BD;
}
</style>