Shades of Light Pink #FEB8C1
Tints of Light Pink #FEB8C1
RGB
CMYK
RGB Variations
Color information
#FEB8C1 (or 0xFEB8C1) is known color: Light Pink. HEX triplet: FE, B8 and C1. RGB value is (254,184,193). Sum of RGB (Red+Green+Blue) = 254+184+193=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C1 is #01473E. Grayscale: #CDCDCD. Windows color (decimal): -83775 or 12695806. OLE color: 12695806.
HSL color Cylindrical-coordinate representation of color #FEB8C1: hue angle of 352.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB8C1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 193 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.00 |
| HSL | 352.29º | 0.97% | 0.86% | - |
| HSV(B) | 352.29º | 0.28% | 1% | - |
| XYZ | 67.64 | 59.2 | 58.31 | - |
| YUV | 205.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 193 | 0 | 0.28 | 0.24 | 0.00 | 352.29 | 0.97 | 0.86 |
| Hex | FE | B8 | C1 | 0 | 1C | 18 | 0 | 160 | 61 | 56 |
| Octal | 376 | 270 | 301 | 0 | 34 | 30 | 0 | 540 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11000001 | 0 | 11100 | 11000 | 0 | 101100000 | 1100001 | 1010110 |
Color Harmonies of #FEB8C1
Complementary color
Monochromatic Colors of #FEB8C1
Black with #FEB8C1
Text Example
Text Example
White with #FEB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8C1; }
p { color: rgb(254,184,193); }
H1.HeaderClassName
{
color: #FEB8C1;
}
.AnyTagClassName
{
color: #FEB8C1;
}
</style>
background-color css
<style>
a { background-color: #FEB8C1; }
a { background-color: rgb(254,184,193); }
div.DivClassName
{
background-color: #FEB8C1;
}
.BgClassName
{
background-color: #FEB8C1;
}
</style>
border-color css
<style>
span { border-color: #FEB8C1; }
span { border-color: rgb(254,184,193); }
td.TdClassName
{
border-color: #FEB8C1;
}
.TagClassName
{
border-color: #FEB8C1;
}
</style>