Shades of Pig Pink #FBE0EF
Tints of Pig Pink #FBE0EF
RGB
CMYK
RGB Variations
Color information
#FBE0EF (or 0xFBE0EF) is known color: Pig Pink. HEX triplet: FB, E0 and EF. RGB value is (251,224,239). Sum of RGB (Red+Green+Blue) = 251+224+239=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0EF is #041F10. Grayscale: #E9E9E9. Windows color (decimal): -270097 or 15720699. OLE color: 15720699.
HSL color Cylindrical-coordinate representation of color #FBE0EF: hue angle of 326.67º 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 #FBE0EF is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 239 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.02 |
| HSL | 326.67º | 0.77% | 0.93% | - |
| HSV(B) | 326.67º | 0.11% | 0.98% | - |
| XYZ | 82.02 | 80.05 | 92.79 | - |
| YUV | 233.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 239 | 0 | 0.11 | 0.05 | 0.02 | 326.67 | 0.77 | 0.93 |
| Hex | FB | E0 | EF | 0 | B | 5 | 2 | 147 | 4D | 5D |
| Octal | 373 | 340 | 357 | 0 | 13 | 5 | 2 | 507 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11101111 | 0 | 1011 | 101 | 10 | 101000111 | 1001101 | 1011101 |
Color Harmonies of #FBE0EF
Complementary color
Monochromatic Colors of #FBE0EF
Black with #FBE0EF
Text Example
Text Example
White with #FBE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0EF; }
p { color: rgb(251,224,239); }
H1.HeaderClassName
{
color: #FBE0EF;
}
.AnyTagClassName
{
color: #FBE0EF;
}
</style>
background-color css
<style>
a { background-color: #FBE0EF; }
a { background-color: rgb(251,224,239); }
div.DivClassName
{
background-color: #FBE0EF;
}
.BgClassName
{
background-color: #FBE0EF;
}
</style>
border-color css
<style>
span { border-color: #FBE0EF; }
span { border-color: rgb(251,224,239); }
td.TdClassName
{
border-color: #FBE0EF;
}
.TagClassName
{
border-color: #FBE0EF;
}
</style>