Shades of Pig Pink #FBE1F1
Tints of Pig Pink #FBE1F1
RGB
CMYK
RGB Variations
Color information
#FBE1F1 (or 0xFBE1F1) is known color: Pig Pink. HEX triplet: FB, E1 and F1. RGB value is (251,225,241). Sum of RGB (Red+Green+Blue) = 251+225+241=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBE1F1 is #041E0E. Grayscale: #EAEAEA. Windows color (decimal): -269839 or 15852027. OLE color: 15852027.
HSL color Cylindrical-coordinate representation of color #FBE1F1: hue angle of 323.08º 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 #FBE1F1 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 241 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.02 |
| HSL | 323.08º | 0.76% | 0.93% | - |
| HSV(B) | 323.08º | 0.1% | 0.98% | - |
| XYZ | 82.59 | 80.71 | 94.45 | - |
| YUV | 234.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 241 | 0 | 0.10 | 0.04 | 0.02 | 323.08 | 0.76 | 0.93 |
| Hex | FB | E1 | F1 | 0 | A | 4 | 2 | 143 | 4C | 5D |
| Octal | 373 | 341 | 361 | 0 | 12 | 4 | 2 | 503 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11110001 | 0 | 1010 | 100 | 10 | 101000011 | 1001100 | 1011101 |
Color Harmonies of #FBE1F1
Complementary color
Monochromatic Colors of #FBE1F1
Black with #FBE1F1
Text Example
Text Example
White with #FBE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1F1; }
p { color: rgb(251,225,241); }
H1.HeaderClassName
{
color: #FBE1F1;
}
.AnyTagClassName
{
color: #FBE1F1;
}
</style>
background-color css
<style>
a { background-color: #FBE1F1; }
a { background-color: rgb(251,225,241); }
div.DivClassName
{
background-color: #FBE1F1;
}
.BgClassName
{
background-color: #FBE1F1;
}
</style>
border-color css
<style>
span { border-color: #FBE1F1; }
span { border-color: rgb(251,225,241); }
td.TdClassName
{
border-color: #FBE1F1;
}
.TagClassName
{
border-color: #FBE1F1;
}
</style>