Shades of Light Pink #FEB7BD
Tints of Light Pink #FEB7BD
RGB
CMYK
RGB Variations
Color information
#FEB7BD (or 0xFEB7BD) is known color: Light Pink. HEX triplet: FE, B7 and BD. RGB value is (254,183,189). Sum of RGB (Red+Green+Blue) = 254+183+189=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BD is #014842. Grayscale: #CCCCCC. Windows color (decimal): -84035 or 12433406. OLE color: 12433406.
HSL color Cylindrical-coordinate representation of color #FEB7BD: hue angle of 354.93º 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 #FEB7BD is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 189 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.00 |
| HSL | 354.93º | 0.97% | 0.86% | - |
| HSV(B) | 354.93º | 0.28% | 1% | - |
| XYZ | 66.99 | 58.61 | 55.93 | - |
| YUV | 204.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 189 | 0 | 0.28 | 0.26 | 0.00 | 354.93 | 0.97 | 0.86 |
| Hex | FE | B7 | BD | 0 | 1C | 1A | 0 | 163 | 61 | 56 |
| Octal | 376 | 267 | 275 | 0 | 34 | 32 | 0 | 543 | 141 | 126 |
| Binary | 11111110 | 10110111 | 10111101 | 0 | 11100 | 11010 | 0 | 101100011 | 1100001 | 1010110 |
Color Harmonies of #FEB7BD
Complementary color
Monochromatic Colors of #FEB7BD
Black with #FEB7BD
Text Example
Text Example
White with #FEB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7BD; }
p { color: rgb(254,183,189); }
H1.HeaderClassName
{
color: #FEB7BD;
}
.AnyTagClassName
{
color: #FEB7BD;
}
</style>
background-color css
<style>
a { background-color: #FEB7BD; }
a { background-color: rgb(254,183,189); }
div.DivClassName
{
background-color: #FEB7BD;
}
.BgClassName
{
background-color: #FEB7BD;
}
</style>
border-color css
<style>
span { border-color: #FEB7BD; }
span { border-color: rgb(254,183,189); }
td.TdClassName
{
border-color: #FEB7BD;
}
.TagClassName
{
border-color: #FEB7BD;
}
</style>