Shades of Pink #FEB8C9
Tints of Pink #FEB8C9
RGB
CMYK
RGB Variations
Color information
#FEB8C9 (or 0xFEB8C9) is known color: Pink. HEX triplet: FE, B8 and C9. RGB value is (254,184,201). Sum of RGB (Red+Green+Blue) = 254+184+201=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C9 is #014736. Grayscale: #CECECE. Windows color (decimal): -83767 or 13220094. OLE color: 13220094.
HSL color Cylindrical-coordinate representation of color #FEB8C9: hue angle of 345.43º 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 #FEB8C9 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 201 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.00 |
| HSL | 345.43º | 0.97% | 0.86% | - |
| HSV(B) | 345.43º | 0.28% | 1% | - |
| XYZ | 68.56 | 59.57 | 63.14 | - |
| YUV | 206.87 | 124.69 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 201 | 0 | 0.28 | 0.21 | 0.00 | 345.43 | 0.97 | 0.86 |
| Hex | FE | B8 | C9 | 0 | 1C | 15 | 0 | 159 | 61 | 56 |
| Octal | 376 | 270 | 311 | 0 | 34 | 25 | 0 | 531 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001001 | 0 | 11100 | 10101 | 0 | 101011001 | 1100001 | 1010110 |
Color Harmonies of #FEB8C9
Complementary color
Monochromatic Colors of #FEB8C9
Black with #FEB8C9
Text Example
Text Example
White with #FEB8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8C9; }
p { color: rgb(254,184,201); }
H1.HeaderClassName
{
color: #FEB8C9;
}
.AnyTagClassName
{
color: #FEB8C9;
}
</style>
background-color css
<style>
a { background-color: #FEB8C9; }
a { background-color: rgb(254,184,201); }
div.DivClassName
{
background-color: #FEB8C9;
}
.BgClassName
{
background-color: #FEB8C9;
}
</style>
border-color css
<style>
span { border-color: #FEB8C9; }
span { border-color: rgb(254,184,201); }
td.TdClassName
{
border-color: #FEB8C9;
}
.TagClassName
{
border-color: #FEB8C9;
}
</style>