Shades of Bridesmaid #F7E4DF
Tints of Bridesmaid #F7E4DF
RGB
CMYK
RGB Variations
Color information
#F7E4DF (or 0xF7E4DF) is known color: Bridesmaid. HEX triplet: F7, E4 and DF. RGB value is (247,228,223). Sum of RGB (Red+Green+Blue) = 247+228+223=698 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.39% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4DF is #081B20. Grayscale: #E9E9E9. Windows color (decimal): -531233 or 14673143. OLE color: 14673143.
HSL color Cylindrical-coordinate representation of color #F7E4DF: hue angle of 12.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7E4DF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 228 | 223 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.03 |
| HSL | 12.5º | 0.6% | 0.92% | - |
| HSV(B) | 12.5º | 0.1% | 0.97% | - |
| XYZ | 79.42 | 80.59 | 81.18 | - |
| YUV | 233.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 228 | 223 | 0 | 0.08 | 0.10 | 0.03 | 12.5 | 0.6 | 0.92 |
| Hex | F7 | E4 | DF | 0 | 8 | A | 3 | C | 3C | 5C |
| Octal | 367 | 344 | 337 | 0 | 10 | 12 | 3 | 14 | 74 | 134 |
| Binary | 11110111 | 11100100 | 11011111 | 0 | 1000 | 1010 | 11 | 1100 | 111100 | 1011100 |
Color Harmonies of #F7E4DF
Complementary color
Monochromatic Colors of #F7E4DF
Black with #F7E4DF
Text Example
Text Example
White with #F7E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E4DF; }
p { color: rgb(247,228,223); }
H1.HeaderClassName
{
color: #F7E4DF;
}
.AnyTagClassName
{
color: #F7E4DF;
}
</style>
background-color css
<style>
a { background-color: #F7E4DF; }
a { background-color: rgb(247,228,223); }
div.DivClassName
{
background-color: #F7E4DF;
}
.BgClassName
{
background-color: #F7E4DF;
}
</style>
border-color css
<style>
span { border-color: #F7E4DF; }
span { border-color: rgb(247,228,223); }
td.TdClassName
{
border-color: #F7E4DF;
}
.TagClassName
{
border-color: #F7E4DF;
}
</style>