Shades of Light Pink #FEB0C1
Tints of Light Pink #FEB0C1
RGB
CMYK
RGB Variations
Color information
#FEB0C1 (or 0xFEB0C1) is known color: Light Pink. HEX triplet: FE, B0 and C1. RGB value is (254,176,193). Sum of RGB (Red+Green+Blue) = 254+176+193=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0C1 is #014F3E. Grayscale: #C9C9C9. Windows color (decimal): -85823 or 12693758. OLE color: 12693758.
HSL color Cylindrical-coordinate representation of color #FEB0C1: hue angle of 346.92º 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 #FEB0C1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.00 |
| HSL | 346.92º | 0.98% | 0.84% | - |
| HSV(B) | 346.92º | 0.31% | 1% | - |
| XYZ | 66.02 | 55.97 | 57.78 | - |
| YUV | 201.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 193 | 0 | 0.31 | 0.24 | 0.00 | 346.92 | 0.98 | 0.84 |
| Hex | FE | B0 | C1 | 0 | 1F | 18 | 0 | 15B | 62 | 54 |
| Octal | 376 | 260 | 301 | 0 | 37 | 30 | 0 | 533 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11000001 | 0 | 11111 | 11000 | 0 | 101011011 | 1100010 | 1010100 |
Color Harmonies of #FEB0C1
Complementary color
Monochromatic Colors of #FEB0C1
Black with #FEB0C1
Text Example
Text Example
White with #FEB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0C1; }
p { color: rgb(254,176,193); }
H1.HeaderClassName
{
color: #FEB0C1;
}
.AnyTagClassName
{
color: #FEB0C1;
}
</style>
background-color css
<style>
a { background-color: #FEB0C1; }
a { background-color: rgb(254,176,193); }
div.DivClassName
{
background-color: #FEB0C1;
}
.BgClassName
{
background-color: #FEB0C1;
}
</style>
border-color css
<style>
span { border-color: #FEB0C1; }
span { border-color: rgb(254,176,193); }
td.TdClassName
{
border-color: #FEB0C1;
}
.TagClassName
{
border-color: #FEB0C1;
}
</style>