Shades of Your Pink #FEC6B9
Tints of Your Pink #FEC6B9
RGB
CMYK
RGB Variations
Color information
#FEC6B9 (or 0xFEC6B9) is known color: Your Pink. HEX triplet: FE, C6 and B9. RGB value is (254,198,185). Sum of RGB (Red+Green+Blue) = 254+198+185=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6B9 is #013946. Grayscale: #D5D5D5. Windows color (decimal): -80199 or 12175102. OLE color: 12175102.
HSL color Cylindrical-coordinate representation of color #FEC6B9: hue angle of 11.3º 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 #FEC6B9 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 185 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.00 |
| HSL | 11.3º | 0.97% | 0.86% | - |
| HSV(B) | 11.3º | 0.27% | 1% | - |
| XYZ | 69.82 | 64.96 | 54.76 | - |
| YUV | 213.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 185 | 0 | 0.22 | 0.27 | 0.00 | 11.3 | 0.97 | 0.86 |
| Hex | FE | C6 | B9 | 0 | 16 | 1B | 0 | B | 61 | 56 |
| Octal | 376 | 306 | 271 | 0 | 26 | 33 | 0 | 13 | 141 | 126 |
| Binary | 11111110 | 11000110 | 10111001 | 0 | 10110 | 11011 | 0 | 1011 | 1100001 | 1010110 |
Color Harmonies of #FEC6B9
Complementary color
Monochromatic Colors of #FEC6B9
Black with #FEC6B9
Text Example
Text Example
White with #FEC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6B9; }
p { color: rgb(254,198,185); }
H1.HeaderClassName
{
color: #FEC6B9;
}
.AnyTagClassName
{
color: #FEC6B9;
}
</style>
background-color css
<style>
a { background-color: #FEC6B9; }
a { background-color: rgb(254,198,185); }
div.DivClassName
{
background-color: #FEC6B9;
}
.BgClassName
{
background-color: #FEC6B9;
}
</style>
border-color css
<style>
span { border-color: #FEC6B9; }
span { border-color: rgb(254,198,185); }
td.TdClassName
{
border-color: #FEC6B9;
}
.TagClassName
{
border-color: #FEC6B9;
}
</style>