Shades of Pale Pink #FBE1E3
Tints of Pale Pink #FBE1E3
RGB
CMYK
RGB Variations
Color information
#FBE1E3 (or 0xFBE1E3) is known color: Pale Pink. HEX triplet: FB, E1 and E3. RGB value is (251,225,227). Sum of RGB (Red+Green+Blue) = 251+225+227=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1E3 is #041E1C. Grayscale: #E9E9E9. Windows color (decimal): -269853 or 14934523. OLE color: 14934523.
HSL color Cylindrical-coordinate representation of color #FBE1E3: hue angle of 355.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 #FBE1E3 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 227 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.02 |
| HSL | 355.38º | 0.76% | 0.93% | - |
| HSV(B) | 355.38º | 0.1% | 0.98% | - |
| XYZ | 80.57 | 79.91 | 83.85 | - |
| YUV | 233 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 227 | 0 | 0.10 | 0.10 | 0.02 | 355.38 | 0.76 | 0.93 |
| Hex | FB | E1 | E3 | 0 | A | A | 2 | 163 | 4C | 5D |
| Octal | 373 | 341 | 343 | 0 | 12 | 12 | 2 | 543 | 114 | 135 |
| Binary | 11111011 | 11100001 | 11100011 | 0 | 1010 | 1010 | 10 | 101100011 | 1001100 | 1011101 |
Color Harmonies of #FBE1E3
Complementary color
Monochromatic Colors of #FBE1E3
Black with #FBE1E3
Text Example
Text Example
White with #FBE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1E3; }
p { color: rgb(251,225,227); }
H1.HeaderClassName
{
color: #FBE1E3;
}
.AnyTagClassName
{
color: #FBE1E3;
}
</style>
background-color css
<style>
a { background-color: #FBE1E3; }
a { background-color: rgb(251,225,227); }
div.DivClassName
{
background-color: #FBE1E3;
}
.BgClassName
{
background-color: #FBE1E3;
}
</style>
border-color css
<style>
span { border-color: #FBE1E3; }
span { border-color: rgb(251,225,227); }
td.TdClassName
{
border-color: #FBE1E3;
}
.TagClassName
{
border-color: #FBE1E3;
}
</style>