Shades of Light Pink #FEB9C5
Tints of Light Pink #FEB9C5
RGB
CMYK
RGB Variations
Color information
#FEB9C5 (or 0xFEB9C5) is known color: Light Pink. HEX triplet: FE, B9 and C5. RGB value is (254,185,197). Sum of RGB (Red+Green+Blue) = 254+185+197=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C5 is #01463A. Grayscale: #CFCFCF. Windows color (decimal): -83515 or 12958206. OLE color: 12958206.
HSL color Cylindrical-coordinate representation of color #FEB9C5: hue angle of 349.57º 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 #FEB9C5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 197 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.00 |
| HSL | 349.57º | 0.97% | 0.86% | - |
| HSV(B) | 349.57º | 0.27% | 1% | - |
| XYZ | 68.3 | 59.8 | 60.77 | - |
| YUV | 207 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 197 | 0 | 0.27 | 0.22 | 0.00 | 349.57 | 0.97 | 0.86 |
| Hex | FE | B9 | C5 | 0 | 1B | 16 | 0 | 15E | 61 | 56 |
| Octal | 376 | 271 | 305 | 0 | 33 | 26 | 0 | 536 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11000101 | 0 | 11011 | 10110 | 0 | 101011110 | 1100001 | 1010110 |
Color Harmonies of #FEB9C5
Complementary color
Monochromatic Colors of #FEB9C5
Black with #FEB9C5
Text Example
Text Example
White with #FEB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9C5; }
p { color: rgb(254,185,197); }
H1.HeaderClassName
{
color: #FEB9C5;
}
.AnyTagClassName
{
color: #FEB9C5;
}
</style>
background-color css
<style>
a { background-color: #FEB9C5; }
a { background-color: rgb(254,185,197); }
div.DivClassName
{
background-color: #FEB9C5;
}
.BgClassName
{
background-color: #FEB9C5;
}
</style>
border-color css
<style>
span { border-color: #FEB9C5; }
span { border-color: rgb(254,185,197); }
td.TdClassName
{
border-color: #FEB9C5;
}
.TagClassName
{
border-color: #FEB9C5;
}
</style>