Shades of Your Pink #FEC0BE
Tints of Your Pink #FEC0BE
RGB
CMYK
RGB Variations
Color information
#FEC0BE (or 0xFEC0BE) is known color: Your Pink. HEX triplet: FE, C0 and BE. RGB value is (254,192,190). Sum of RGB (Red+Green+Blue) = 254+192+190=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0BE is #013F41. Grayscale: #D2D2D2. Windows color (decimal): -81730 or 12501246. OLE color: 12501246.
HSL color Cylindrical-coordinate representation of color #FEC0BE: hue angle of 1.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEC0BE is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 190 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.00 |
| HSL | 1.88º | 0.97% | 0.87% | - |
| HSV(B) | 1.88º | 0.25% | 1% | - |
| XYZ | 69.02 | 62.49 | 57.14 | - |
| YUV | 210.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 190 | 0 | 0.24 | 0.25 | 0.00 | 1.88 | 0.97 | 0.87 |
| Hex | FE | C0 | BE | 0 | 18 | 19 | 0 | 2 | 61 | 57 |
| Octal | 376 | 300 | 276 | 0 | 30 | 31 | 0 | 2 | 141 | 127 |
| Binary | 11111110 | 11000000 | 10111110 | 0 | 11000 | 11001 | 0 | 10 | 1100001 | 1010111 |
Color Harmonies of #FEC0BE
Complementary color
Monochromatic Colors of #FEC0BE
Black with #FEC0BE
Text Example
Text Example
White with #FEC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0BE; }
p { color: rgb(254,192,190); }
H1.HeaderClassName
{
color: #FEC0BE;
}
.AnyTagClassName
{
color: #FEC0BE;
}
</style>
background-color css
<style>
a { background-color: #FEC0BE; }
a { background-color: rgb(254,192,190); }
div.DivClassName
{
background-color: #FEC0BE;
}
.BgClassName
{
background-color: #FEC0BE;
}
</style>
border-color css
<style>
span { border-color: #FEC0BE; }
span { border-color: rgb(254,192,190); }
td.TdClassName
{
border-color: #FEC0BE;
}
.TagClassName
{
border-color: #FEC0BE;
}
</style>