Shades of Pig Pink #FBE1F0
Tints of Pig Pink #FBE1F0
RGB
CMYK
RGB Variations
Color information
#FBE1F0 (or 0xFBE1F0) is known color: Pig Pink. HEX triplet: FB, E1 and F0. RGB value is (251,225,240). Sum of RGB (Red+Green+Blue) = 251+225+240=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F0 is #041E0F. Grayscale: #EAEAEA. Windows color (decimal): -269840 or 15786491. OLE color: 15786491.
HSL color Cylindrical-coordinate representation of color #FBE1F0: hue angle of 325.38º 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 #FBE1F0 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 240 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 325.38º | 0.76% | 0.93% | - |
| HSV(B) | 325.38º | 0.1% | 0.98% | - |
| XYZ | 82.44 | 80.65 | 93.66 | - |
| YUV | 234.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 240 | 0 | 0.10 | 0.04 | 0.02 | 325.38 | 0.76 | 0.93 |
| Hex | FB | E1 | F0 | 0 | A | 4 | 2 | 145 | 4C | 5D |
| Octal | 373 | 341 | 360 | 0 | 12 | 4 | 2 | 505 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11110000 | 0 | 1010 | 100 | 10 | 101000101 | 1001100 | 1011101 |
Color Harmonies of #FBE1F0
Complementary color
Monochromatic Colors of #FBE1F0
Black with #FBE1F0
Text Example
Text Example
White with #FBE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1F0; }
p { color: rgb(251,225,240); }
H1.HeaderClassName
{
color: #FBE1F0;
}
.AnyTagClassName
{
color: #FBE1F0;
}
</style>
background-color css
<style>
a { background-color: #FBE1F0; }
a { background-color: rgb(251,225,240); }
div.DivClassName
{
background-color: #FBE1F0;
}
.BgClassName
{
background-color: #FBE1F0;
}
</style>
border-color css
<style>
span { border-color: #FBE1F0; }
span { border-color: rgb(251,225,240); }
td.TdClassName
{
border-color: #FBE1F0;
}
.TagClassName
{
border-color: #FBE1F0;
}
</style>