Shades of Light Pink #FEB8BE
Tints of Light Pink #FEB8BE
RGB
CMYK
RGB Variations
Color information
#FEB8BE (or 0xFEB8BE) is known color: Light Pink. HEX triplet: FE, B8 and BE. RGB value is (254,184,190). Sum of RGB (Red+Green+Blue) = 254+184+190=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8BE is #014741. Grayscale: #CDCDCD. Windows color (decimal): -83778 or 12499198. OLE color: 12499198.
HSL color Cylindrical-coordinate representation of color #FEB8BE: hue angle of 354.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8BE is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 190 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.00 |
| HSL | 354.86º | 0.97% | 0.86% | - |
| HSV(B) | 354.86º | 0.28% | 1% | - |
| XYZ | 67.31 | 59.07 | 56.57 | - |
| YUV | 205.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 190 | 0 | 0.28 | 0.25 | 0.00 | 354.86 | 0.97 | 0.86 |
| Hex | FE | B8 | BE | 0 | 1C | 19 | 0 | 163 | 61 | 56 |
| Octal | 376 | 270 | 276 | 0 | 34 | 31 | 0 | 543 | 141 | 126 |
| Binary | 11111110 | 10111000 | 10111110 | 0 | 11100 | 11001 | 0 | 101100011 | 1100001 | 1010110 |
Color Harmonies of #FEB8BE
Complementary color
Monochromatic Colors of #FEB8BE
Black with #FEB8BE
Text Example
Text Example
White with #FEB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8BE; }
p { color: rgb(254,184,190); }
H1.HeaderClassName
{
color: #FEB8BE;
}
.AnyTagClassName
{
color: #FEB8BE;
}
</style>
background-color css
<style>
a { background-color: #FEB8BE; }
a { background-color: rgb(254,184,190); }
div.DivClassName
{
background-color: #FEB8BE;
}
.BgClassName
{
background-color: #FEB8BE;
}
</style>
border-color css
<style>
span { border-color: #FEB8BE; }
span { border-color: rgb(254,184,190); }
td.TdClassName
{
border-color: #FEB8BE;
}
.TagClassName
{
border-color: #FEB8BE;
}
</style>