Shades of Your Pink #FEC2B9
Tints of Your Pink #FEC2B9
RGB
CMYK
RGB Variations
Color information
#FEC2B9 (or 0xFEC2B9) is known color: Your Pink. HEX triplet: FE, C2 and B9. RGB value is (254,194,185). Sum of RGB (Red+Green+Blue) = 254+194+185=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B9 is #013D46. Grayscale: #D3D3D3. Windows color (decimal): -81223 or 12174078. OLE color: 12174078.
HSL color Cylindrical-coordinate representation of color #FEC2B9: hue angle of 7.83º 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 #FEC2B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 185 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.00 |
| HSL | 7.83º | 0.97% | 0.86% | - |
| HSV(B) | 7.83º | 0.27% | 1% | - |
| XYZ | 68.92 | 63.16 | 54.46 | - |
| YUV | 210.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 185 | 0 | 0.24 | 0.27 | 0.00 | 7.83 | 0.97 | 0.86 |
| Hex | FE | C2 | B9 | 0 | 18 | 1B | 0 | 8 | 61 | 56 |
| Octal | 376 | 302 | 271 | 0 | 30 | 33 | 0 | 10 | 141 | 126 |
| Binary | 11111110 | 11000010 | 10111001 | 0 | 11000 | 11011 | 0 | 1000 | 1100001 | 1010110 |
Color Harmonies of #FEC2B9
Complementary color
Monochromatic Colors of #FEC2B9
Black with #FEC2B9
Text Example
Text Example
White with #FEC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2B9; }
p { color: rgb(254,194,185); }
H1.HeaderClassName
{
color: #FEC2B9;
}
.AnyTagClassName
{
color: #FEC2B9;
}
</style>
background-color css
<style>
a { background-color: #FEC2B9; }
a { background-color: rgb(254,194,185); }
div.DivClassName
{
background-color: #FEC2B9;
}
.BgClassName
{
background-color: #FEC2B9;
}
</style>
border-color css
<style>
span { border-color: #FEC2B9; }
span { border-color: rgb(254,194,185); }
td.TdClassName
{
border-color: #FEC2B9;
}
.TagClassName
{
border-color: #FEC2B9;
}
</style>