Shades of Light Pink #FEB5BD
Tints of Light Pink #FEB5BD
RGB
CMYK
RGB Variations
Color information
#FEB5BD (or 0xFEB5BD) is known color: Light Pink. HEX triplet: FE, B5 and BD. RGB value is (254,181,189). Sum of RGB (Red+Green+Blue) = 254+181+189=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5BD is #014A42. Grayscale: #CBCBCB. Windows color (decimal): -84547 or 12432894. OLE color: 12432894.
HSL color Cylindrical-coordinate representation of color #FEB5BD: hue angle of 353.42º 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 #FEB5BD is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 189 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.00 |
| HSL | 353.42º | 0.97% | 0.85% | - |
| HSV(B) | 353.42º | 0.29% | 1% | - |
| XYZ | 66.58 | 57.79 | 55.79 | - |
| YUV | 203.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 189 | 0 | 0.29 | 0.26 | 0.00 | 353.42 | 0.97 | 0.85 |
| Hex | FE | B5 | BD | 0 | 1D | 1A | 0 | 161 | 61 | 55 |
| Octal | 376 | 265 | 275 | 0 | 35 | 32 | 0 | 541 | 141 | 125 |
| Binary | 11111110 | 10110101 | 10111101 | 0 | 11101 | 11010 | 0 | 101100001 | 1100001 | 1010101 |
Color Harmonies of #FEB5BD
Complementary color
Monochromatic Colors of #FEB5BD
Black with #FEB5BD
Text Example
Text Example
White with #FEB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5BD; }
p { color: rgb(254,181,189); }
H1.HeaderClassName
{
color: #FEB5BD;
}
.AnyTagClassName
{
color: #FEB5BD;
}
</style>
background-color css
<style>
a { background-color: #FEB5BD; }
a { background-color: rgb(254,181,189); }
div.DivClassName
{
background-color: #FEB5BD;
}
.BgClassName
{
background-color: #FEB5BD;
}
</style>
border-color css
<style>
span { border-color: #FEB5BD; }
span { border-color: rgb(254,181,189); }
td.TdClassName
{
border-color: #FEB5BD;
}
.TagClassName
{
border-color: #FEB5BD;
}
</style>