Shades of Pink #FEB9C9
Tints of Pink #FEB9C9
RGB
CMYK
RGB Variations
Color information
#FEB9C9 (or 0xFEB9C9) is known color: Pink. HEX triplet: FE, B9 and C9. RGB value is (254,185,201). Sum of RGB (Red+Green+Blue) = 254+185+201=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C9 is #014636. Grayscale: #CFCFCF. Windows color (decimal): -83511 or 13220350. OLE color: 13220350.
HSL color Cylindrical-coordinate representation of color #FEB9C9: hue angle of 346.09º 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 #FEB9C9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 201 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.00 |
| HSL | 346.09º | 0.97% | 0.86% | - |
| HSV(B) | 346.09º | 0.27% | 1% | - |
| XYZ | 68.76 | 59.99 | 63.21 | - |
| YUV | 207.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 201 | 0 | 0.27 | 0.21 | 0.00 | 346.09 | 0.97 | 0.86 |
| Hex | FE | B9 | C9 | 0 | 1B | 15 | 0 | 15A | 61 | 56 |
| Octal | 376 | 271 | 311 | 0 | 33 | 25 | 0 | 532 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11001001 | 0 | 11011 | 10101 | 0 | 101011010 | 1100001 | 1010110 |
Color Harmonies of #FEB9C9
Complementary color
Monochromatic Colors of #FEB9C9
Black with #FEB9C9
Text Example
Text Example
White with #FEB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9C9; }
p { color: rgb(254,185,201); }
H1.HeaderClassName
{
color: #FEB9C9;
}
.AnyTagClassName
{
color: #FEB9C9;
}
</style>
background-color css
<style>
a { background-color: #FEB9C9; }
a { background-color: rgb(254,185,201); }
div.DivClassName
{
background-color: #FEB9C9;
}
.BgClassName
{
background-color: #FEB9C9;
}
</style>
border-color css
<style>
span { border-color: #FEB9C9; }
span { border-color: rgb(254,185,201); }
td.TdClassName
{
border-color: #FEB9C9;
}
.TagClassName
{
border-color: #FEB9C9;
}
</style>