Shades of Light Pink #FEB0C0
Tints of Light Pink #FEB0C0
RGB
CMYK
RGB Variations
Color information
#FEB0C0 (or 0xFEB0C0) is known color: Light Pink. HEX triplet: FE, B0 and C0. RGB value is (254,176,192). Sum of RGB (Red+Green+Blue) = 254+176+192=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C0 is #014F3F. Grayscale: #C9C9C9. Windows color (decimal): -85824 or 12628222. OLE color: 12628222.
HSL color Cylindrical-coordinate representation of color #FEB0C0: hue angle of 347.69º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0C0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 192 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 347.69º | 0.98% | 0.84% | - |
| HSV(B) | 347.69º | 0.31% | 1% | - |
| XYZ | 65.91 | 55.93 | 57.19 | - |
| YUV | 201.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 192 | 0 | 0.31 | 0.24 | 0.00 | 347.69 | 0.98 | 0.84 |
| Hex | FE | B0 | C0 | 0 | 1F | 18 | 0 | 15C | 62 | 54 |
| Octal | 376 | 260 | 300 | 0 | 37 | 30 | 0 | 534 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11000000 | 0 | 11111 | 11000 | 0 | 101011100 | 1100010 | 1010100 |
Color Harmonies of #FEB0C0
Complementary color
Monochromatic Colors of #FEB0C0
Black with #FEB0C0
Text Example
Text Example
White with #FEB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C0; }
p { color: rgb(254,176,192); }
H1.HeaderClassName
{
color: #FEB0C0;
}
.AnyTagClassName
{
color: #FEB0C0;
}
</style>
background-color css
<style>
a { background-color: #FEB0C0; }
a { background-color: rgb(254,176,192); }
div.DivClassName
{
background-color: #FEB0C0;
}
.BgClassName
{
background-color: #FEB0C0;
}
</style>
border-color css
<style>
span { border-color: #FEB0C0; }
span { border-color: rgb(254,176,192); }
td.TdClassName
{
border-color: #FEB0C0;
}
.TagClassName
{
border-color: #FEB0C0;
}
</style>