Shades of Light Pink #FEB8C7
Tints of Light Pink #FEB8C7
RGB
CMYK
RGB Variations
Color information
#FEB8C7 (or 0xFEB8C7) is known color: Light Pink. HEX triplet: FE, B8 and C7. RGB value is (254,184,199). Sum of RGB (Red+Green+Blue) = 254+184+199=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C7 is #014738. Grayscale: #CECECE. Windows color (decimal): -83769 or 13089022. OLE color: 13089022.
HSL color Cylindrical-coordinate representation of color #FEB8C7: hue angle of 347.14º 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 #FEB8C7 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 199 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.00 |
| HSL | 347.14º | 0.97% | 0.86% | - |
| HSV(B) | 347.14º | 0.28% | 1% | - |
| XYZ | 68.32 | 59.48 | 61.91 | - |
| YUV | 206.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 199 | 0 | 0.28 | 0.22 | 0.00 | 347.14 | 0.97 | 0.86 |
| Hex | FE | B8 | C7 | 0 | 1C | 16 | 0 | 15B | 61 | 56 |
| Octal | 376 | 270 | 307 | 0 | 34 | 26 | 0 | 533 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11000111 | 0 | 11100 | 10110 | 0 | 101011011 | 1100001 | 1010110 |
Color Harmonies of #FEB8C7
Complementary color
Monochromatic Colors of #FEB8C7
Black with #FEB8C7
Text Example
Text Example
White with #FEB8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8C7; }
p { color: rgb(254,184,199); }
H1.HeaderClassName
{
color: #FEB8C7;
}
.AnyTagClassName
{
color: #FEB8C7;
}
</style>
background-color css
<style>
a { background-color: #FEB8C7; }
a { background-color: rgb(254,184,199); }
div.DivClassName
{
background-color: #FEB8C7;
}
.BgClassName
{
background-color: #FEB8C7;
}
</style>
border-color css
<style>
span { border-color: #FEB8C7; }
span { border-color: rgb(254,184,199); }
td.TdClassName
{
border-color: #FEB8C7;
}
.TagClassName
{
border-color: #FEB8C7;
}
</style>