Shades of Your Pink #FEC9BB
Tints of Your Pink #FEC9BB
RGB
CMYK
RGB Variations
Color information
#FEC9BB (or 0xFEC9BB) is known color: Your Pink. HEX triplet: FE, C9 and BB. RGB value is (254,201,187). Sum of RGB (Red+Green+Blue) = 254+201+187=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BB is #013644. Grayscale: #D7D7D7. Windows color (decimal): -79429 or 12306942. OLE color: 12306942.
HSL color Cylindrical-coordinate representation of color #FEC9BB: hue angle of 12.54º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEC9BB is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 187 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.00 |
| HSL | 12.54º | 0.97% | 0.86% | - |
| HSV(B) | 12.54º | 0.26% | 1% | - |
| XYZ | 70.73 | 66.43 | 56.11 | - |
| YUV | 215.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 187 | 0 | 0.21 | 0.26 | 0.00 | 12.54 | 0.97 | 0.86 |
| Hex | FE | C9 | BB | 0 | 15 | 1A | 0 | D | 61 | 56 |
| Octal | 376 | 311 | 273 | 0 | 25 | 32 | 0 | 15 | 141 | 126 |
| Binary | 11111110 | 11001001 | 10111011 | 0 | 10101 | 11010 | 0 | 1101 | 1100001 | 1010110 |
Color Harmonies of #FEC9BB
Complementary color
Monochromatic Colors of #FEC9BB
Black with #FEC9BB
Text Example
Text Example
White with #FEC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9BB; }
p { color: rgb(254,201,187); }
H1.HeaderClassName
{
color: #FEC9BB;
}
.AnyTagClassName
{
color: #FEC9BB;
}
</style>
background-color css
<style>
a { background-color: #FEC9BB; }
a { background-color: rgb(254,201,187); }
div.DivClassName
{
background-color: #FEC9BB;
}
.BgClassName
{
background-color: #FEC9BB;
}
</style>
border-color css
<style>
span { border-color: #FEC9BB; }
span { border-color: rgb(254,201,187); }
td.TdClassName
{
border-color: #FEC9BB;
}
.TagClassName
{
border-color: #FEC9BB;
}
</style>