Shades of Your Pink #FEC4BB
Tints of Your Pink #FEC4BB
RGB
CMYK
RGB Variations
Color information
#FEC4BB (or 0xFEC4BB) is known color: Your Pink. HEX triplet: FE, C4 and BB. RGB value is (254,196,187). Sum of RGB (Red+Green+Blue) = 254+196+187=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4BB is #013B44. Grayscale: #D4D4D4. Windows color (decimal): -80709 or 12305662. OLE color: 12305662.
HSL color Cylindrical-coordinate representation of color #FEC4BB: hue angle of 8.06º 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 #FEC4BB is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 187 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.00 |
| HSL | 8.06º | 0.97% | 0.86% | - |
| HSV(B) | 8.06º | 0.26% | 1% | - |
| XYZ | 69.58 | 64.14 | 55.73 | - |
| YUV | 212.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 187 | 0 | 0.23 | 0.26 | 0.00 | 8.06 | 0.97 | 0.86 |
| Hex | FE | C4 | BB | 0 | 17 | 1A | 0 | 8 | 61 | 56 |
| Octal | 376 | 304 | 273 | 0 | 27 | 32 | 0 | 10 | 141 | 126 |
| Binary | 11111110 | 11000100 | 10111011 | 0 | 10111 | 11010 | 0 | 1000 | 1100001 | 1010110 |
Color Harmonies of #FEC4BB
Complementary color
Monochromatic Colors of #FEC4BB
Black with #FEC4BB
Text Example
Text Example
White with #FEC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4BB; }
p { color: rgb(254,196,187); }
H1.HeaderClassName
{
color: #FEC4BB;
}
.AnyTagClassName
{
color: #FEC4BB;
}
</style>
background-color css
<style>
a { background-color: #FEC4BB; }
a { background-color: rgb(254,196,187); }
div.DivClassName
{
background-color: #FEC4BB;
}
.BgClassName
{
background-color: #FEC4BB;
}
</style>
border-color css
<style>
span { border-color: #FEC4BB; }
span { border-color: rgb(254,196,187); }
td.TdClassName
{
border-color: #FEC4BB;
}
.TagClassName
{
border-color: #FEC4BB;
}
</style>