Shades of Pig Pink #FBE1EE
Tints of Pig Pink #FBE1EE
RGB
CMYK
RGB Variations
Color information
#FBE1EE (or 0xFBE1EE) is known color: Pig Pink. HEX triplet: FB, E1 and EE. RGB value is (251,225,238). Sum of RGB (Red+Green+Blue) = 251+225+238=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1EE is #041E11. Grayscale: #EAEAEA. Windows color (decimal): -269842 or 15655419. OLE color: 15655419.
HSL color Cylindrical-coordinate representation of color #FBE1EE: hue angle of 330º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBE1EE is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 238 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.02 |
| HSL | 330º | 0.76% | 0.93% | - |
| HSV(B) | 330º | 0.1% | 0.98% | - |
| XYZ | 82.14 | 80.53 | 92.1 | - |
| YUV | 234.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 238 | 0 | 0.10 | 0.05 | 0.02 | 330 | 0.76 | 0.93 |
| Hex | FB | E1 | EE | 0 | A | 5 | 2 | 14A | 4C | 5D |
| Octal | 373 | 341 | 356 | 0 | 12 | 5 | 2 | 512 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11101110 | 0 | 1010 | 101 | 10 | 101001010 | 1001100 | 1011101 |
Color Harmonies of #FBE1EE
Complementary color
Monochromatic Colors of #FBE1EE
Black with #FBE1EE
Text Example
Text Example
White with #FBE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1EE; }
p { color: rgb(251,225,238); }
H1.HeaderClassName
{
color: #FBE1EE;
}
.AnyTagClassName
{
color: #FBE1EE;
}
</style>
background-color css
<style>
a { background-color: #FBE1EE; }
a { background-color: rgb(251,225,238); }
div.DivClassName
{
background-color: #FBE1EE;
}
.BgClassName
{
background-color: #FBE1EE;
}
</style>
border-color css
<style>
span { border-color: #FBE1EE; }
span { border-color: rgb(251,225,238); }
td.TdClassName
{
border-color: #FBE1EE;
}
.TagClassName
{
border-color: #FBE1EE;
}
</style>