Shades of Light Pink #FEB9C1
Tints of Light Pink #FEB9C1
RGB
CMYK
RGB Variations
Color information
#FEB9C1 (or 0xFEB9C1) is known color: Light Pink. HEX triplet: FE, B9 and C1. RGB value is (254,185,193). Sum of RGB (Red+Green+Blue) = 254+185+193=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C1 is #01463E. Grayscale: #CECECE. Windows color (decimal): -83519 or 12696062. OLE color: 12696062.
HSL color Cylindrical-coordinate representation of color #FEB9C1: hue angle of 353.04º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9C1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 193 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.00 |
| HSL | 353.04º | 0.97% | 0.86% | - |
| HSV(B) | 353.04º | 0.27% | 1% | - |
| XYZ | 67.85 | 59.62 | 58.38 | - |
| YUV | 206.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 193 | 0 | 0.27 | 0.24 | 0.00 | 353.04 | 0.97 | 0.86 |
| Hex | FE | B9 | C1 | 0 | 1B | 18 | 0 | 161 | 61 | 56 |
| Octal | 376 | 271 | 301 | 0 | 33 | 30 | 0 | 541 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11000001 | 0 | 11011 | 11000 | 0 | 101100001 | 1100001 | 1010110 |
Color Harmonies of #FEB9C1
Complementary color
Monochromatic Colors of #FEB9C1
Black with #FEB9C1
Text Example
Text Example
White with #FEB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9C1; }
p { color: rgb(254,185,193); }
H1.HeaderClassName
{
color: #FEB9C1;
}
.AnyTagClassName
{
color: #FEB9C1;
}
</style>
background-color css
<style>
a { background-color: #FEB9C1; }
a { background-color: rgb(254,185,193); }
div.DivClassName
{
background-color: #FEB9C1;
}
.BgClassName
{
background-color: #FEB9C1;
}
</style>
border-color css
<style>
span { border-color: #FEB9C1; }
span { border-color: rgb(254,185,193); }
td.TdClassName
{
border-color: #FEB9C1;
}
.TagClassName
{
border-color: #FEB9C1;
}
</style>