Shades of Light Pink #FEB4BE
Tints of Light Pink #FEB4BE
RGB
CMYK
RGB Variations
Color information
#FEB4BE (or 0xFEB4BE) is known color: Light Pink. HEX triplet: FE, B4 and BE. RGB value is (254,180,190). Sum of RGB (Red+Green+Blue) = 254+180+190=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4BE is #014B41. Grayscale: #CBCBCB. Windows color (decimal): -84802 or 12498174. OLE color: 12498174.
HSL color Cylindrical-coordinate representation of color #FEB4BE: hue angle of 351.89º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB4BE is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 190 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.00 |
| HSL | 351.89º | 0.97% | 0.85% | - |
| HSV(B) | 351.89º | 0.29% | 1% | - |
| XYZ | 66.49 | 57.43 | 56.3 | - |
| YUV | 203.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 190 | 0 | 0.29 | 0.25 | 0.00 | 351.89 | 0.97 | 0.85 |
| Hex | FE | B4 | BE | 0 | 1D | 19 | 0 | 160 | 61 | 55 |
| Octal | 376 | 264 | 276 | 0 | 35 | 31 | 0 | 540 | 141 | 125 |
| Binary | 11111110 | 10110100 | 10111110 | 0 | 11101 | 11001 | 0 | 101100000 | 1100001 | 1010101 |
Color Harmonies of #FEB4BE
Complementary color
Monochromatic Colors of #FEB4BE
Black with #FEB4BE
Text Example
Text Example
White with #FEB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4BE; }
p { color: rgb(254,180,190); }
H1.HeaderClassName
{
color: #FEB4BE;
}
.AnyTagClassName
{
color: #FEB4BE;
}
</style>
background-color css
<style>
a { background-color: #FEB4BE; }
a { background-color: rgb(254,180,190); }
div.DivClassName
{
background-color: #FEB4BE;
}
.BgClassName
{
background-color: #FEB4BE;
}
</style>
border-color css
<style>
span { border-color: #FEB4BE; }
span { border-color: rgb(254,180,190); }
td.TdClassName
{
border-color: #FEB4BE;
}
.TagClassName
{
border-color: #FEB4BE;
}
</style>