Shades of Light Pink #FEB1C1
Tints of Light Pink #FEB1C1
RGB
CMYK
RGB Variations
Color information
#FEB1C1 (or 0xFEB1C1) is known color: Light Pink. HEX triplet: FE, B1 and C1. RGB value is (254,177,193). Sum of RGB (Red+Green+Blue) = 254+177+193=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 177 (69.53% from 255 or 28.37% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1C1 is #014E3E. Grayscale: #C9C9C9. Windows color (decimal): -85567 or 12694014. OLE color: 12694014.
HSL color Cylindrical-coordinate representation of color #FEB1C1: hue angle of 347.53º 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 #FEB1C1 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 193 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.00 |
| HSL | 347.53º | 0.97% | 0.85% | - |
| HSV(B) | 347.53º | 0.3% | 1% | - |
| XYZ | 66.22 | 56.37 | 57.84 | - |
| YUV | 201.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 193 | 0 | 0.30 | 0.24 | 0.00 | 347.53 | 0.97 | 0.85 |
| Hex | FE | B1 | C1 | 0 | 1E | 18 | 0 | 15C | 61 | 55 |
| Octal | 376 | 261 | 301 | 0 | 36 | 30 | 0 | 534 | 141 | 125 |
| Binary | 11111110 | 10110001 | 11000001 | 0 | 11110 | 11000 | 0 | 101011100 | 1100001 | 1010101 |
Color Harmonies of #FEB1C1
Complementary color
Monochromatic Colors of #FEB1C1
Black with #FEB1C1
Text Example
Text Example
White with #FEB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB1C1; }
p { color: rgb(254,177,193); }
H1.HeaderClassName
{
color: #FEB1C1;
}
.AnyTagClassName
{
color: #FEB1C1;
}
</style>
background-color css
<style>
a { background-color: #FEB1C1; }
a { background-color: rgb(254,177,193); }
div.DivClassName
{
background-color: #FEB1C1;
}
.BgClassName
{
background-color: #FEB1C1;
}
</style>
border-color css
<style>
span { border-color: #FEB1C1; }
span { border-color: rgb(254,177,193); }
td.TdClassName
{
border-color: #FEB1C1;
}
.TagClassName
{
border-color: #FEB1C1;
}
</style>