Shades of Your Pink #FEC2BB
Tints of Your Pink #FEC2BB
RGB
CMYK
RGB Variations
Color information
#FEC2BB (or 0xFEC2BB) is known color: Your Pink. HEX triplet: FE, C2 and BB. RGB value is (254,194,187). Sum of RGB (Red+Green+Blue) = 254+194+187=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2BB is #013D44. Grayscale: #D3D3D3. Windows color (decimal): -81221 or 12305150. OLE color: 12305150.
HSL color Cylindrical-coordinate representation of color #FEC2BB: hue angle of 6.27º 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 #FEC2BB is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 187 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.00 |
| HSL | 6.27º | 0.97% | 0.86% | - |
| HSV(B) | 6.27º | 0.26% | 1% | - |
| XYZ | 69.13 | 63.24 | 55.58 | - |
| YUV | 211.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 187 | 0 | 0.24 | 0.26 | 0.00 | 6.27 | 0.97 | 0.86 |
| Hex | FE | C2 | BB | 0 | 18 | 1A | 0 | 6 | 61 | 56 |
| Octal | 376 | 302 | 273 | 0 | 30 | 32 | 0 | 6 | 141 | 126 |
| Binary | 11111110 | 11000010 | 10111011 | 0 | 11000 | 11010 | 0 | 110 | 1100001 | 1010110 |
Color Harmonies of #FEC2BB
Complementary color
Monochromatic Colors of #FEC2BB
Black with #FEC2BB
Text Example
Text Example
White with #FEC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2BB; }
p { color: rgb(254,194,187); }
H1.HeaderClassName
{
color: #FEC2BB;
}
.AnyTagClassName
{
color: #FEC2BB;
}
</style>
background-color css
<style>
a { background-color: #FEC2BB; }
a { background-color: rgb(254,194,187); }
div.DivClassName
{
background-color: #FEC2BB;
}
.BgClassName
{
background-color: #FEC2BB;
}
</style>
border-color css
<style>
span { border-color: #FEC2BB; }
span { border-color: rgb(254,194,187); }
td.TdClassName
{
border-color: #FEC2BB;
}
.TagClassName
{
border-color: #FEC2BB;
}
</style>