Shades of Your Pink #FEC0B4
Tints of Your Pink #FEC0B4
RGB
CMYK
RGB Variations
Color information
#FEC0B4 (or 0xFEC0B4) is known color: Your Pink. HEX triplet: FE, C0 and B4. RGB value is (254,192,180). Sum of RGB (Red+Green+Blue) = 254+192+180=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0B4 is #013F4B. Grayscale: #D1D1D1. Windows color (decimal): -81740 or 11845886. OLE color: 11845886.
HSL color Cylindrical-coordinate representation of color #FEC0B4: hue angle of 9.73º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEC0B4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 180 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.00 |
| HSL | 9.73º | 0.97% | 0.85% | - |
| HSV(B) | 9.73º | 0.29% | 1% | - |
| XYZ | 67.96 | 62.07 | 51.58 | - |
| YUV | 209.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 180 | 0 | 0.24 | 0.29 | 0.00 | 9.73 | 0.97 | 0.85 |
| Hex | FE | C0 | B4 | 0 | 18 | 1D | 0 | A | 61 | 55 |
| Octal | 376 | 300 | 264 | 0 | 30 | 35 | 0 | 12 | 141 | 125 |
| Binary | 11111110 | 11000000 | 10110100 | 0 | 11000 | 11101 | 0 | 1010 | 1100001 | 1010101 |
Color Harmonies of #FEC0B4
Complementary color
Monochromatic Colors of #FEC0B4
Black with #FEC0B4
Text Example
Text Example
White with #FEC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0B4; }
p { color: rgb(254,192,180); }
H1.HeaderClassName
{
color: #FEC0B4;
}
.AnyTagClassName
{
color: #FEC0B4;
}
</style>
background-color css
<style>
a { background-color: #FEC0B4; }
a { background-color: rgb(254,192,180); }
div.DivClassName
{
background-color: #FEC0B4;
}
.BgClassName
{
background-color: #FEC0B4;
}
</style>
border-color css
<style>
span { border-color: #FEC0B4; }
span { border-color: rgb(254,192,180); }
td.TdClassName
{
border-color: #FEC0B4;
}
.TagClassName
{
border-color: #FEC0B4;
}
</style>