Shades of Bridesmaid #F5E4DF
Tints of Bridesmaid #F5E4DF
RGB
CMYK
RGB Variations
Color information
#F5E4DF (or 0xF5E4DF) is known color: Bridesmaid. HEX triplet: F5, E4 and DF. RGB value is (245,228,223). Sum of RGB (Red+Green+Blue) = 245+228+223=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E4DF is #0A1B20. Grayscale: #E8E8E8. Windows color (decimal): -662305 or 14673141. OLE color: 14673141.
HSL color Cylindrical-coordinate representation of color #F5E4DF: hue angle of 13.64º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E4DF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 228 | 223 | - |
CMYK | 0 | 0.07 | 0.09 | 0.04 |
HSL | 13.64º | 0.52% | 0.92% | - |
HSV(B) | 13.64º | 0.09% | 0.96% | - |
XYZ | 78.72 | 80.23 | 81.15 | - |
YUV | 232.51 | 122.63 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 228 | 223 | 0 | 0.07 | 0.09 | 0.04 | 13.64 | 0.52 | 0.92 |
Hex | F5 | E4 | DF | 0 | 7 | 9 | 4 | E | 34 | 5C |
Octal | 365 | 344 | 337 | 0 | 7 | 11 | 4 | 16 | 64 | 134 |
Binary | 11110101 | 11100100 | 11011111 | 0 | 111 | 1001 | 100 | 1110 | 110100 | 1011100 |
Color Harmonies of #F5E4DF
Complementary color
Monochromatic Colors of #F5E4DF
Black with #F5E4DF
Text Example
Text Example
White with #F5E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E4DF; }
p { color: rgb(245,228,223); }
H1.HeaderClassName
{
color: #F5E4DF;
}
.AnyTagClassName
{
color: #F5E4DF;
}
</style>
background-color css
<style>
a { background-color: #F5E4DF; }
a { background-color: rgb(245,228,223); }
div.DivClassName
{
background-color: #F5E4DF;
}
.BgClassName
{
background-color: #F5E4DF;
}
</style>
border-color css
<style>
span { border-color: #F5E4DF; }
span { border-color: rgb(245,228,223); }
td.TdClassName
{
border-color: #F5E4DF;
}
.TagClassName
{
border-color: #F5E4DF;
}
</style>