Shades of Your Pink #FEC8BC
Tints of Your Pink #FEC8BC
RGB
CMYK
RGB Variations
Color information
#FEC8BC (or 0xFEC8BC) is known color: Your Pink. HEX triplet: FE, C8 and BC. RGB value is (254,200,188). Sum of RGB (Red+Green+Blue) = 254+200+188=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8BC is #013743. Grayscale: #D6D6D6. Windows color (decimal): -79684 or 12372222. OLE color: 12372222.
HSL color Cylindrical-coordinate representation of color #FEC8BC: hue angle of 10.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEC8BC is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 188 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.00 |
| HSL | 10.91º | 0.97% | 0.87% | - |
| HSV(B) | 10.91º | 0.26% | 1% | - |
| XYZ | 70.6 | 66.01 | 56.6 | - |
| YUV | 214.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 188 | 0 | 0.21 | 0.26 | 0.00 | 10.91 | 0.97 | 0.87 |
| Hex | FE | C8 | BC | 0 | 15 | 1A | 0 | B | 61 | 57 |
| Octal | 376 | 310 | 274 | 0 | 25 | 32 | 0 | 13 | 141 | 127 |
| Binary | 11111110 | 11001000 | 10111100 | 0 | 10101 | 11010 | 0 | 1011 | 1100001 | 1010111 |
Color Harmonies of #FEC8BC
Complementary color
Monochromatic Colors of #FEC8BC
Black with #FEC8BC
Text Example
Text Example
White with #FEC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8BC; }
p { color: rgb(254,200,188); }
H1.HeaderClassName
{
color: #FEC8BC;
}
.AnyTagClassName
{
color: #FEC8BC;
}
</style>
background-color css
<style>
a { background-color: #FEC8BC; }
a { background-color: rgb(254,200,188); }
div.DivClassName
{
background-color: #FEC8BC;
}
.BgClassName
{
background-color: #FEC8BC;
}
</style>
border-color css
<style>
span { border-color: #FEC8BC; }
span { border-color: rgb(254,200,188); }
td.TdClassName
{
border-color: #FEC8BC;
}
.TagClassName
{
border-color: #FEC8BC;
}
</style>