Shades of Pale Pink #FBE0E1
Tints of Pale Pink #FBE0E1
RGB
CMYK
RGB Variations
Color information
#FBE0E1 (or 0xFBE0E1) is known color: Pale Pink. HEX triplet: FB, E0 and E1. RGB value is (251,224,225). Sum of RGB (Red+Green+Blue) = 251+224+225=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 224 (87.89% from 255 or 32% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0E1 is #041F1E. Grayscale: #E8E8E8. Windows color (decimal): -270111 or 14803195. OLE color: 14803195.
HSL color Cylindrical-coordinate representation of color #FBE0E1: hue angle of 357.78º 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 #FBE0E1 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 225 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.02 |
| HSL | 357.78º | 0.77% | 0.93% | - |
| HSV(B) | 357.78º | 0.11% | 0.98% | - |
| XYZ | 80.03 | 79.26 | 82.31 | - |
| YUV | 232.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 225 | 0 | 0.11 | 0.10 | 0.02 | 357.78 | 0.77 | 0.93 |
| Hex | FB | E0 | E1 | 0 | B | A | 2 | 166 | 4D | 5D |
| Octal | 373 | 340 | 341 | 0 | 13 | 12 | 2 | 546 | 115 | 135 |
| Binary | 11111011 | 11100000 | 11100001 | 0 | 1011 | 1010 | 10 | 101100110 | 1001101 | 1011101 |
Color Harmonies of #FBE0E1
Complementary color
Monochromatic Colors of #FBE0E1
Black with #FBE0E1
Text Example
Text Example
White with #FBE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0E1; }
p { color: rgb(251,224,225); }
H1.HeaderClassName
{
color: #FBE0E1;
}
.AnyTagClassName
{
color: #FBE0E1;
}
</style>
background-color css
<style>
a { background-color: #FBE0E1; }
a { background-color: rgb(251,224,225); }
div.DivClassName
{
background-color: #FBE0E1;
}
.BgClassName
{
background-color: #FBE0E1;
}
</style>
border-color css
<style>
span { border-color: #FBE0E1; }
span { border-color: rgb(251,224,225); }
td.TdClassName
{
border-color: #FBE0E1;
}
.TagClassName
{
border-color: #FBE0E1;
}
</style>