Shades of Your Pink #FEC4B9
Tints of Your Pink #FEC4B9
RGB
CMYK
RGB Variations
Color information
#FEC4B9 (or 0xFEC4B9) is known color: Your Pink. HEX triplet: FE, C4 and B9. RGB value is (254,196,185). Sum of RGB (Red+Green+Blue) = 254+196+185=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4B9 is #013B46. Grayscale: #D4D4D4. Windows color (decimal): -80711 or 12174590. OLE color: 12174590.
HSL color Cylindrical-coordinate representation of color #FEC4B9: hue angle of 9.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 #FEC4B9 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 185 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.00 |
| HSL | 9.57º | 0.97% | 0.86% | - |
| HSV(B) | 9.57º | 0.27% | 1% | - |
| XYZ | 69.37 | 64.05 | 54.61 | - |
| YUV | 212.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 185 | 0 | 0.23 | 0.27 | 0.00 | 9.57 | 0.97 | 0.86 |
| Hex | FE | C4 | B9 | 0 | 17 | 1B | 0 | A | 61 | 56 |
| Octal | 376 | 304 | 271 | 0 | 27 | 33 | 0 | 12 | 141 | 126 |
| Binary | 11111110 | 11000100 | 10111001 | 0 | 10111 | 11011 | 0 | 1010 | 1100001 | 1010110 |
Color Harmonies of #FEC4B9
Complementary color
Monochromatic Colors of #FEC4B9
Black with #FEC4B9
Text Example
Text Example
White with #FEC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4B9; }
p { color: rgb(254,196,185); }
H1.HeaderClassName
{
color: #FEC4B9;
}
.AnyTagClassName
{
color: #FEC4B9;
}
</style>
background-color css
<style>
a { background-color: #FEC4B9; }
a { background-color: rgb(254,196,185); }
div.DivClassName
{
background-color: #FEC4B9;
}
.BgClassName
{
background-color: #FEC4B9;
}
</style>
border-color css
<style>
span { border-color: #FEC4B9; }
span { border-color: rgb(254,196,185); }
td.TdClassName
{
border-color: #FEC4B9;
}
.TagClassName
{
border-color: #FEC4B9;
}
</style>