Shades of Bridesmaid #FBE5DD
Tints of Bridesmaid #FBE5DD
RGB
CMYK
RGB Variations
Color information
#FBE5DD (or 0xFBE5DD) is known color: Bridesmaid. HEX triplet: FB, E5 and DD. RGB value is (251,229,221). Sum of RGB (Red+Green+Blue) = 251+229+221=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5DD is #041A22. Grayscale: #EAEAEA. Windows color (decimal): -268835 or 14542331. OLE color: 14542331.
HSL color Cylindrical-coordinate representation of color #FBE5DD: hue angle of 16º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBE5DD is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 229 | 221 | - |
CMYK | 0 | 0.09 | 0.12 | 0.02 |
HSL | 16º | 0.79% | 0.93% | - |
HSV(B) | 16º | 0.12% | 0.98% | - |
XYZ | 80.85 | 81.77 | 79.93 | - |
YUV | 234.67 | 120.29 | 139.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 229 | 221 | 0 | 0.09 | 0.12 | 0.02 | 16 | 0.79 | 0.93 |
Hex | FB | E5 | DD | 0 | 9 | C | 2 | 10 | 4F | 5D |
Octal | 373 | 345 | 335 | 0 | 11 | 14 | 2 | 20 | 117 | 135 |
Binary | 11111011 | 11100101 | 11011101 | 0 | 1001 | 1100 | 10 | 10000 | 1001111 | 1011101 |
Color Harmonies of #FBE5DD
Complementary color
Monochromatic Colors of #FBE5DD
Black with #FBE5DD
Text Example
Text Example
White with #FBE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5DD; }
p { color: rgb(251,229,221); }
H1.HeaderClassName
{
color: #FBE5DD;
}
.AnyTagClassName
{
color: #FBE5DD;
}
</style>
background-color css
<style>
a { background-color: #FBE5DD; }
a { background-color: rgb(251,229,221); }
div.DivClassName
{
background-color: #FBE5DD;
}
.BgClassName
{
background-color: #FBE5DD;
}
</style>
border-color css
<style>
span { border-color: #FBE5DD; }
span { border-color: rgb(251,229,221); }
td.TdClassName
{
border-color: #FBE5DD;
}
.TagClassName
{
border-color: #FBE5DD;
}
</style>