Shades of Light Pink #FEB3C1
Tints of Light Pink #FEB3C1
RGB
CMYK
RGB Variations
Color information
#FEB3C1 (or 0xFEB3C1) is known color: Light Pink. HEX triplet: FE, B3 and C1. RGB value is (254,179,193). Sum of RGB (Red+Green+Blue) = 254+179+193=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C1 is #014C3E. Grayscale: #CBCBCB. Windows color (decimal): -85055 or 12694526. OLE color: 12694526.
HSL color Cylindrical-coordinate representation of color #FEB3C1: hue angle of 348.8º 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 #FEB3C1 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 193 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 348.8º | 0.97% | 0.85% | - |
| HSV(B) | 348.8º | 0.3% | 1% | - |
| XYZ | 66.62 | 57.16 | 57.97 | - |
| YUV | 203.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 193 | 0 | 0.30 | 0.24 | 0.00 | 348.8 | 0.97 | 0.85 |
| Hex | FE | B3 | C1 | 0 | 1E | 18 | 0 | 15D | 61 | 55 |
| Octal | 376 | 263 | 301 | 0 | 36 | 30 | 0 | 535 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11000001 | 0 | 11110 | 11000 | 0 | 101011101 | 1100001 | 1010101 |
Color Harmonies of #FEB3C1
Complementary color
Monochromatic Colors of #FEB3C1
Black with #FEB3C1
Text Example
Text Example
White with #FEB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3C1; }
p { color: rgb(254,179,193); }
H1.HeaderClassName
{
color: #FEB3C1;
}
.AnyTagClassName
{
color: #FEB3C1;
}
</style>
background-color css
<style>
a { background-color: #FEB3C1; }
a { background-color: rgb(254,179,193); }
div.DivClassName
{
background-color: #FEB3C1;
}
.BgClassName
{
background-color: #FEB3C1;
}
</style>
border-color css
<style>
span { border-color: #FEB3C1; }
span { border-color: rgb(254,179,193); }
td.TdClassName
{
border-color: #FEB3C1;
}
.TagClassName
{
border-color: #FEB3C1;
}
</style>