Shades of Bridesmaid #FBE5E0
Tints of Bridesmaid #FBE5E0
RGB
CMYK
RGB Variations
Color information
#FBE5E0 (or 0xFBE5E0) is known color: Bridesmaid. HEX triplet: FB, E5 and E0. RGB value is (251,229,224). Sum of RGB (Red+Green+Blue) = 251+229+224=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5E0 is #041A1F. Grayscale: #EBEBEB. Windows color (decimal): -268832 or 14738939. OLE color: 14738939.
HSL color Cylindrical-coordinate representation of color #FBE5E0: hue angle of 11.11º 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 #FBE5E0 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 224 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.02 |
| HSL | 11.11º | 0.77% | 0.93% | - |
| HSV(B) | 11.11º | 0.11% | 0.98% | - |
| XYZ | 81.26 | 81.93 | 82.05 | - |
| YUV | 235.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 224 | 0 | 0.09 | 0.11 | 0.02 | 11.11 | 0.77 | 0.93 |
| Hex | FB | E5 | E0 | 0 | 9 | B | 2 | B | 4D | 5D |
| Octal | 373 | 345 | 340 | 0 | 11 | 13 | 2 | 13 | 115 | 135 |
| Binary | 11111011 | 11100101 | 11100000 | 0 | 1001 | 1011 | 10 | 1011 | 1001101 | 1011101 |
Color Harmonies of #FBE5E0
Complementary color
Monochromatic Colors of #FBE5E0
Black with #FBE5E0
Text Example
Text Example
White with #FBE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5E0; }
p { color: rgb(251,229,224); }
H1.HeaderClassName
{
color: #FBE5E0;
}
.AnyTagClassName
{
color: #FBE5E0;
}
</style>
background-color css
<style>
a { background-color: #FBE5E0; }
a { background-color: rgb(251,229,224); }
div.DivClassName
{
background-color: #FBE5E0;
}
.BgClassName
{
background-color: #FBE5E0;
}
</style>
border-color css
<style>
span { border-color: #FBE5E0; }
span { border-color: rgb(251,229,224); }
td.TdClassName
{
border-color: #FBE5E0;
}
.TagClassName
{
border-color: #FBE5E0;
}
</style>