Shades of Your Pink #FEC0B6
Tints of Your Pink #FEC0B6
RGB
CMYK
RGB Variations
Color information
#FEC0B6 (or 0xFEC0B6) is known color: Your Pink. HEX triplet: FE, C0 and B6. RGB value is (254,192,182). Sum of RGB (Red+Green+Blue) = 254+192+182=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0B6 is #013F49. Grayscale: #D1D1D1. Windows color (decimal): -81738 or 11976958. OLE color: 11976958.
HSL color Cylindrical-coordinate representation of color #FEC0B6: hue angle of 8.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEC0B6 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 182 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.00 |
| HSL | 8.33º | 0.97% | 0.85% | - |
| HSV(B) | 8.33º | 0.28% | 1% | - |
| XYZ | 68.17 | 62.15 | 52.66 | - |
| YUV | 209.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 182 | 0 | 0.24 | 0.28 | 0.00 | 8.33 | 0.97 | 0.85 |
| Hex | FE | C0 | B6 | 0 | 18 | 1C | 0 | 8 | 61 | 55 |
| Octal | 376 | 300 | 266 | 0 | 30 | 34 | 0 | 10 | 141 | 125 |
| Binary | 11111110 | 11000000 | 10110110 | 0 | 11000 | 11100 | 0 | 1000 | 1100001 | 1010101 |
Color Harmonies of #FEC0B6
Complementary color
Monochromatic Colors of #FEC0B6
Black with #FEC0B6
Text Example
Text Example
White with #FEC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0B6; }
p { color: rgb(254,192,182); }
H1.HeaderClassName
{
color: #FEC0B6;
}
.AnyTagClassName
{
color: #FEC0B6;
}
</style>
background-color css
<style>
a { background-color: #FEC0B6; }
a { background-color: rgb(254,192,182); }
div.DivClassName
{
background-color: #FEC0B6;
}
.BgClassName
{
background-color: #FEC0B6;
}
</style>
border-color css
<style>
span { border-color: #FEC0B6; }
span { border-color: rgb(254,192,182); }
td.TdClassName
{
border-color: #FEC0B6;
}
.TagClassName
{
border-color: #FEC0B6;
}
</style>