Shades of Pig Pink #FBE0EE
Tints of Pig Pink #FBE0EE
RGB
CMYK
RGB Variations
Color information
#FBE0EE (or 0xFBE0EE) is known color: Pig Pink. HEX triplet: FB, E0 and EE. RGB value is (251,224,238). Sum of RGB (Red+Green+Blue) = 251+224+238=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE0EE is #041F11. Grayscale: #E9E9E9. Windows color (decimal): -270098 or 15655163. OLE color: 15655163.
HSL color Cylindrical-coordinate representation of color #FBE0EE: hue angle of 328.89º 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 #FBE0EE is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 238 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.02 |
| HSL | 328.89º | 0.77% | 0.93% | - |
| HSV(B) | 328.89º | 0.11% | 0.98% | - |
| XYZ | 81.87 | 79.99 | 92.01 | - |
| YUV | 233.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 238 | 0 | 0.11 | 0.05 | 0.02 | 328.89 | 0.77 | 0.93 |
| Hex | FB | E0 | EE | 0 | B | 5 | 2 | 149 | 4D | 5D |
| Octal | 373 | 340 | 356 | 0 | 13 | 5 | 2 | 511 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11101110 | 0 | 1011 | 101 | 10 | 101001001 | 1001101 | 1011101 |
Color Harmonies of #FBE0EE
Complementary color
Monochromatic Colors of #FBE0EE
Black with #FBE0EE
Text Example
Text Example
White with #FBE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0EE; }
p { color: rgb(251,224,238); }
H1.HeaderClassName
{
color: #FBE0EE;
}
.AnyTagClassName
{
color: #FBE0EE;
}
</style>
background-color css
<style>
a { background-color: #FBE0EE; }
a { background-color: rgb(251,224,238); }
div.DivClassName
{
background-color: #FBE0EE;
}
.BgClassName
{
background-color: #FBE0EE;
}
</style>
border-color css
<style>
span { border-color: #FBE0EE; }
span { border-color: rgb(251,224,238); }
td.TdClassName
{
border-color: #FBE0EE;
}
.TagClassName
{
border-color: #FBE0EE;
}
</style>