Shades of Pig Pink #FBE0EC
Tints of Pig Pink #FBE0EC
RGB
CMYK
RGB Variations
Color information
#FBE0EC (or 0xFBE0EC) is known color: Pig Pink. HEX triplet: FB, E0 and EC. RGB value is (251,224,236). Sum of RGB (Red+Green+Blue) = 251+224+236=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0EC is #041F13. Grayscale: #E9E9E9. Windows color (decimal): -270100 or 15524091. OLE color: 15524091.
HSL color Cylindrical-coordinate representation of color #FBE0EC: hue angle of 333.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBE0EC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 236 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.02 |
| HSL | 333.33º | 0.77% | 0.93% | - |
| HSV(B) | 333.33º | 0.11% | 0.98% | - |
| XYZ | 81.58 | 79.88 | 90.47 | - |
| YUV | 233.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 236 | 0 | 0.11 | 0.06 | 0.02 | 333.33 | 0.77 | 0.93 |
| Hex | FB | E0 | EC | 0 | B | 6 | 2 | 14D | 4D | 5D |
| Octal | 373 | 340 | 354 | 0 | 13 | 6 | 2 | 515 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11101100 | 0 | 1011 | 110 | 10 | 101001101 | 1001101 | 1011101 |
Color Harmonies of #FBE0EC
Complementary color
Monochromatic Colors of #FBE0EC
Black with #FBE0EC
Text Example
Text Example
White with #FBE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0EC; }
p { color: rgb(251,224,236); }
H1.HeaderClassName
{
color: #FBE0EC;
}
.AnyTagClassName
{
color: #FBE0EC;
}
</style>
background-color css
<style>
a { background-color: #FBE0EC; }
a { background-color: rgb(251,224,236); }
div.DivClassName
{
background-color: #FBE0EC;
}
.BgClassName
{
background-color: #FBE0EC;
}
</style>
border-color css
<style>
span { border-color: #FBE0EC; }
span { border-color: rgb(251,224,236); }
td.TdClassName
{
border-color: #FBE0EC;
}
.TagClassName
{
border-color: #FBE0EC;
}
</style>