Shades of Light Pink #FEB2C0
Tints of Light Pink #FEB2C0
RGB
CMYK
RGB Variations
Color information
#FEB2C0 (or 0xFEB2C0) is known color: Light Pink. HEX triplet: FE, B2 and C0. RGB value is (254,178,192). Sum of RGB (Red+Green+Blue) = 254+178+192=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2C0 is #014D3F. Grayscale: #CACACA. Windows color (decimal): -85312 or 12628734. OLE color: 12628734.
HSL color Cylindrical-coordinate representation of color #FEB2C0: hue angle of 348.95º 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 #FEB2C0 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 178 | 192 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 348.95º | 0.97% | 0.85% | - |
| HSV(B) | 348.95º | 0.3% | 1% | - |
| XYZ | 66.31 | 56.72 | 57.32 | - |
| YUV | 202.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 178 | 192 | 0 | 0.30 | 0.24 | 0.00 | 348.95 | 0.97 | 0.85 |
| Hex | FE | B2 | C0 | 0 | 1E | 18 | 0 | 15D | 61 | 55 |
| Octal | 376 | 262 | 300 | 0 | 36 | 30 | 0 | 535 | 141 | 125 |
| Binary | 11111110 | 10110010 | 11000000 | 0 | 11110 | 11000 | 0 | 101011101 | 1100001 | 1010101 |
Color Harmonies of #FEB2C0
Complementary color
Monochromatic Colors of #FEB2C0
Black with #FEB2C0
Text Example
Text Example
White with #FEB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB2C0; }
p { color: rgb(254,178,192); }
H1.HeaderClassName
{
color: #FEB2C0;
}
.AnyTagClassName
{
color: #FEB2C0;
}
</style>
background-color css
<style>
a { background-color: #FEB2C0; }
a { background-color: rgb(254,178,192); }
div.DivClassName
{
background-color: #FEB2C0;
}
.BgClassName
{
background-color: #FEB2C0;
}
</style>
border-color css
<style>
span { border-color: #FEB2C0; }
span { border-color: rgb(254,178,192); }
td.TdClassName
{
border-color: #FEB2C0;
}
.TagClassName
{
border-color: #FEB2C0;
}
</style>