Shades of Your Pink #FEC6BB
Tints of Your Pink #FEC6BB
RGB
CMYK
RGB Variations
Color information
#FEC6BB (or 0xFEC6BB) is known color: Your Pink. HEX triplet: FE, C6 and BB. RGB value is (254,198,187). Sum of RGB (Red+Green+Blue) = 254+198+187=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6BB is #013944. Grayscale: #D5D5D5. Windows color (decimal): -80197 or 12306174. OLE color: 12306174.
HSL color Cylindrical-coordinate representation of color #FEC6BB: hue angle of 9.85º 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 #FEC6BB is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 187 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.00 |
| HSL | 9.85º | 0.97% | 0.86% | - |
| HSV(B) | 9.85º | 0.26% | 1% | - |
| XYZ | 70.04 | 65.05 | 55.88 | - |
| YUV | 213.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 187 | 0 | 0.22 | 0.26 | 0.00 | 9.85 | 0.97 | 0.86 |
| Hex | FE | C6 | BB | 0 | 16 | 1A | 0 | A | 61 | 56 |
| Octal | 376 | 306 | 273 | 0 | 26 | 32 | 0 | 12 | 141 | 126 |
| Binary | 11111110 | 11000110 | 10111011 | 0 | 10110 | 11010 | 0 | 1010 | 1100001 | 1010110 |
Color Harmonies of #FEC6BB
Complementary color
Monochromatic Colors of #FEC6BB
Black with #FEC6BB
Text Example
Text Example
White with #FEC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6BB; }
p { color: rgb(254,198,187); }
H1.HeaderClassName
{
color: #FEC6BB;
}
.AnyTagClassName
{
color: #FEC6BB;
}
</style>
background-color css
<style>
a { background-color: #FEC6BB; }
a { background-color: rgb(254,198,187); }
div.DivClassName
{
background-color: #FEC6BB;
}
.BgClassName
{
background-color: #FEC6BB;
}
</style>
border-color css
<style>
span { border-color: #FEC6BB; }
span { border-color: rgb(254,198,187); }
td.TdClassName
{
border-color: #FEC6BB;
}
.TagClassName
{
border-color: #FEC6BB;
}
</style>