Shades of Light Pink #FEB2BD
Tints of Light Pink #FEB2BD
RGB
CMYK
RGB Variations
Color information
#FEB2BD (or 0xFEB2BD) is known color: Light Pink. HEX triplet: FE, B2 and BD. RGB value is (254,178,189). Sum of RGB (Red+Green+Blue) = 254+178+189=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2BD is #014D42. Grayscale: #CACACA. Windows color (decimal): -85315 or 12432126. OLE color: 12432126.
HSL color Cylindrical-coordinate representation of color #FEB2BD: hue angle of 351.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2BD is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 189 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.00 |
| HSL | 351.32º | 0.97% | 0.85% | - |
| HSV(B) | 351.32º | 0.3% | 1% | - |
| XYZ | 65.98 | 56.59 | 55.59 | - |
| YUV | 201.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 189 | 0 | 0.30 | 0.26 | 0.00 | 351.32 | 0.97 | 0.85 |
| Hex | FE | B2 | BD | 0 | 1E | 1A | 0 | 15F | 61 | 55 |
| Octal | 376 | 262 | 275 | 0 | 36 | 32 | 0 | 537 | 141 | 125 |
| Binary | 11111110 | 10110010 | 10111101 | 0 | 11110 | 11010 | 0 | 101011111 | 1100001 | 1010101 |
Color Harmonies of #FEB2BD
Complementary color
Monochromatic Colors of #FEB2BD
Black with #FEB2BD
Text Example
Text Example
White with #FEB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2BD; }
p { color: rgb(254,178,189); }
H1.HeaderClassName
{
color: #FEB2BD;
}
.AnyTagClassName
{
color: #FEB2BD;
}
</style>
background-color css
<style>
a { background-color: #FEB2BD; }
a { background-color: rgb(254,178,189); }
div.DivClassName
{
background-color: #FEB2BD;
}
.BgClassName
{
background-color: #FEB2BD;
}
</style>
border-color css
<style>
span { border-color: #FEB2BD; }
span { border-color: rgb(254,178,189); }
td.TdClassName
{
border-color: #FEB2BD;
}
.TagClassName
{
border-color: #FEB2BD;
}
</style>