Shades of Bridesmaid #FBE7DF
Tints of Bridesmaid #FBE7DF
RGB
CMYK
RGB Variations
Color information
#FBE7DF (or 0xFBE7DF) is known color: Bridesmaid. HEX triplet: FB, E7 and DF. RGB value is (251,231,223). Sum of RGB (Red+Green+Blue) = 251+231+223=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7DF is #041820. Grayscale: #ECECEC. Windows color (decimal): -268321 or 14673915. OLE color: 14673915.
HSL color Cylindrical-coordinate representation of color #FBE7DF: hue angle of 17.14º degrees, saturation: 0.78, 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 #FBE7DF is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 223 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.02 |
| HSL | 17.14º | 0.78% | 0.93% | - |
| HSV(B) | 17.14º | 0.11% | 0.98% | - |
| XYZ | 81.68 | 82.99 | 81.53 | - |
| YUV | 236.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 223 | 0 | 0.08 | 0.11 | 0.02 | 17.14 | 0.78 | 0.93 |
| Hex | FB | E7 | DF | 0 | 8 | B | 2 | 11 | 4E | 5D |
| Octal | 373 | 347 | 337 | 0 | 10 | 13 | 2 | 21 | 116 | 135 |
| Binary | 11111011 | 11100111 | 11011111 | 0 | 1000 | 1011 | 10 | 10001 | 1001110 | 1011101 |
Color Harmonies of #FBE7DF
Complementary color
Monochromatic Colors of #FBE7DF
Black with #FBE7DF
Text Example
Text Example
White with #FBE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE7DF; }
p { color: rgb(251,231,223); }
H1.HeaderClassName
{
color: #FBE7DF;
}
.AnyTagClassName
{
color: #FBE7DF;
}
</style>
background-color css
<style>
a { background-color: #FBE7DF; }
a { background-color: rgb(251,231,223); }
div.DivClassName
{
background-color: #FBE7DF;
}
.BgClassName
{
background-color: #FBE7DF;
}
</style>
border-color css
<style>
span { border-color: #FBE7DF; }
span { border-color: rgb(251,231,223); }
td.TdClassName
{
border-color: #FBE7DF;
}
.TagClassName
{
border-color: #FBE7DF;
}
</style>