Shades of Bridesmaid #FBE5DC
Tints of Bridesmaid #FBE5DC
RGB
CMYK
RGB Variations
Color information
#FBE5DC (or 0xFBE5DC) is known color: Bridesmaid. HEX triplet: FB, E5 and DC. RGB value is (251,229,220). Sum of RGB (Red+Green+Blue) = 251+229+220=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DC is #041A23. Grayscale: #EAEAEA. Windows color (decimal): -268836 or 14476795. OLE color: 14476795.
HSL color Cylindrical-coordinate representation of color #FBE5DC: hue angle of 17.42º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE5DC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 220 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.02 |
| HSL | 17.42º | 0.79% | 0.92% | - |
| HSV(B) | 17.42º | 0.12% | 0.98% | - |
| XYZ | 80.72 | 81.72 | 79.23 | - |
| YUV | 234.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 220 | 0 | 0.09 | 0.12 | 0.02 | 17.42 | 0.79 | 0.92 |
| Hex | FB | E5 | DC | 0 | 9 | C | 2 | 11 | 4F | 5C |
| Octal | 373 | 345 | 334 | 0 | 11 | 14 | 2 | 21 | 117 | 134 |
| Binary | 11111011 | 11100101 | 11011100 | 0 | 1001 | 1100 | 10 | 10001 | 1001111 | 1011100 |
Color Harmonies of #FBE5DC
Complementary color
Monochromatic Colors of #FBE5DC
Black with #FBE5DC
Text Example
Text Example
White with #FBE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5DC; }
p { color: rgb(251,229,220); }
H1.HeaderClassName
{
color: #FBE5DC;
}
.AnyTagClassName
{
color: #FBE5DC;
}
</style>
background-color css
<style>
a { background-color: #FBE5DC; }
a { background-color: rgb(251,229,220); }
div.DivClassName
{
background-color: #FBE5DC;
}
.BgClassName
{
background-color: #FBE5DC;
}
</style>
border-color css
<style>
span { border-color: #FBE5DC; }
span { border-color: rgb(251,229,220); }
td.TdClassName
{
border-color: #FBE5DC;
}
.TagClassName
{
border-color: #FBE5DC;
}
</style>