Shades of Light Pink #FEB3C0
Tints of Light Pink #FEB3C0
RGB
CMYK
RGB Variations
Color information
#FEB3C0 (or 0xFEB3C0) is known color: Light Pink. HEX triplet: FE, B3 and C0. RGB value is (254,179,192). Sum of RGB (Red+Green+Blue) = 254+179+192=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C0 is #014C3F. Grayscale: #CACACA. Windows color (decimal): -85056 or 12628990. OLE color: 12628990.
HSL color Cylindrical-coordinate representation of color #FEB3C0: hue angle of 349.6º 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 #FEB3C0 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 192 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 349.6º | 0.97% | 0.85% | - |
| HSV(B) | 349.6º | 0.3% | 1% | - |
| XYZ | 66.51 | 57.12 | 57.39 | - |
| YUV | 202.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 192 | 0 | 0.30 | 0.24 | 0.00 | 349.6 | 0.97 | 0.85 |
| Hex | FE | B3 | C0 | 0 | 1E | 18 | 0 | 15E | 61 | 55 |
| Octal | 376 | 263 | 300 | 0 | 36 | 30 | 0 | 536 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11000000 | 0 | 11110 | 11000 | 0 | 101011110 | 1100001 | 1010101 |
Color Harmonies of #FEB3C0
Complementary color
Monochromatic Colors of #FEB3C0
Black with #FEB3C0
Text Example
Text Example
White with #FEB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3C0; }
p { color: rgb(254,179,192); }
H1.HeaderClassName
{
color: #FEB3C0;
}
.AnyTagClassName
{
color: #FEB3C0;
}
</style>
background-color css
<style>
a { background-color: #FEB3C0; }
a { background-color: rgb(254,179,192); }
div.DivClassName
{
background-color: #FEB3C0;
}
.BgClassName
{
background-color: #FEB3C0;
}
</style>
border-color css
<style>
span { border-color: #FEB3C0; }
span { border-color: rgb(254,179,192); }
td.TdClassName
{
border-color: #FEB3C0;
}
.TagClassName
{
border-color: #FEB3C0;
}
</style>