Shades of Your Pink #FEC1B9
Tints of Your Pink #FEC1B9
RGB
CMYK
RGB Variations
Color information
#FEC1B9 (or 0xFEC1B9) is known color: Your Pink. HEX triplet: FE, C1 and B9. RGB value is (254,193,185). Sum of RGB (Red+Green+Blue) = 254+193+185=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1B9 is #013E46. Grayscale: #D2D2D2. Windows color (decimal): -81479 or 12173822. OLE color: 12173822.
HSL color Cylindrical-coordinate representation of color #FEC1B9: hue angle of 6.96º 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 #FEC1B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 185 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.00 |
| HSL | 6.96º | 0.97% | 0.86% | - |
| HSV(B) | 6.96º | 0.27% | 1% | - |
| XYZ | 68.7 | 62.71 | 54.38 | - |
| YUV | 210.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 185 | 0 | 0.24 | 0.27 | 0.00 | 6.96 | 0.97 | 0.86 |
| Hex | FE | C1 | B9 | 0 | 18 | 1B | 0 | 7 | 61 | 56 |
| Octal | 376 | 301 | 271 | 0 | 30 | 33 | 0 | 7 | 141 | 126 |
| Binary | 11111110 | 11000001 | 10111001 | 0 | 11000 | 11011 | 0 | 111 | 1100001 | 1010110 |
Color Harmonies of #FEC1B9
Complementary color
Monochromatic Colors of #FEC1B9
Black with #FEC1B9
Text Example
Text Example
White with #FEC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC1B9; }
p { color: rgb(254,193,185); }
H1.HeaderClassName
{
color: #FEC1B9;
}
.AnyTagClassName
{
color: #FEC1B9;
}
</style>
background-color css
<style>
a { background-color: #FEC1B9; }
a { background-color: rgb(254,193,185); }
div.DivClassName
{
background-color: #FEC1B9;
}
.BgClassName
{
background-color: #FEC1B9;
}
</style>
border-color css
<style>
span { border-color: #FEC1B9; }
span { border-color: rgb(254,193,185); }
td.TdClassName
{
border-color: #FEC1B9;
}
.TagClassName
{
border-color: #FEC1B9;
}
</style>