Shades of Bridesmaid #F6E5DF
Tints of Bridesmaid #F6E5DF
RGB
CMYK
RGB Variations
Color information
#F6E5DF (or 0xF6E5DF) is known color: Bridesmaid. HEX triplet: F6, E5 and DF. RGB value is (246,229,223). Sum of RGB (Red+Green+Blue) = 246+229+223=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5DF is #091A20. Grayscale: #E9E9E9. Windows color (decimal): -596513 or 14673398. OLE color: 14673398.
HSL color Cylindrical-coordinate representation of color #F6E5DF: hue angle of 15.65º degrees, saturation: 0.56, 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 #F6E5DF is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 223 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.04 |
| HSL | 15.65º | 0.56% | 0.92% | - |
| HSV(B) | 15.65º | 0.09% | 0.96% | - |
| XYZ | 79.34 | 80.96 | 81.26 | - |
| YUV | 233.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 223 | 0 | 0.07 | 0.09 | 0.04 | 15.65 | 0.56 | 0.92 |
| Hex | F6 | E5 | DF | 0 | 7 | 9 | 4 | 10 | 38 | 5C |
| Octal | 366 | 345 | 337 | 0 | 7 | 11 | 4 | 20 | 70 | 134 |
| Binary | 11110110 | 11100101 | 11011111 | 0 | 111 | 1001 | 100 | 10000 | 111000 | 1011100 |
Color Harmonies of #F6E5DF
Complementary color
Monochromatic Colors of #F6E5DF
Black with #F6E5DF
Text Example
Text Example
White with #F6E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E5DF; }
p { color: rgb(246,229,223); }
H1.HeaderClassName
{
color: #F6E5DF;
}
.AnyTagClassName
{
color: #F6E5DF;
}
</style>
background-color css
<style>
a { background-color: #F6E5DF; }
a { background-color: rgb(246,229,223); }
div.DivClassName
{
background-color: #F6E5DF;
}
.BgClassName
{
background-color: #F6E5DF;
}
</style>
border-color css
<style>
span { border-color: #F6E5DF; }
span { border-color: rgb(246,229,223); }
td.TdClassName
{
border-color: #F6E5DF;
}
.TagClassName
{
border-color: #F6E5DF;
}
</style>