Shades of Bridesmaid #F9E5DF
Tints of Bridesmaid #F9E5DF
RGB
CMYK
RGB Variations
Color information
#F9E5DF (or 0xF9E5DF) is known color: Bridesmaid. HEX triplet: F9, E5 and DF. RGB value is (249,229,223). Sum of RGB (Red+Green+Blue) = 249+229+223=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5DF is #061A20. Grayscale: #EAEAEA. Windows color (decimal): -399905 or 14673401. OLE color: 14673401.
HSL color Cylindrical-coordinate representation of color #F9E5DF: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9E5DF is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 229 | 223 | - |
CMYK | 0 | 0.08 | 0.10 | 0.02 |
HSL | 13.85º | 0.68% | 0.93% | - |
HSV(B) | 13.85º | 0.1% | 0.98% | - |
XYZ | 80.41 | 81.51 | 81.31 | - |
YUV | 234.3 | 121.63 | 138.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 229 | 223 | 0 | 0.08 | 0.10 | 0.02 | 13.85 | 0.68 | 0.93 |
Hex | F9 | E5 | DF | 0 | 8 | A | 2 | E | 44 | 5D |
Octal | 371 | 345 | 337 | 0 | 10 | 12 | 2 | 16 | 104 | 135 |
Binary | 11111001 | 11100101 | 11011111 | 0 | 1000 | 1010 | 10 | 1110 | 1000100 | 1011101 |
Color Harmonies of #F9E5DF
Complementary color
Monochromatic Colors of #F9E5DF
Black with #F9E5DF
Text Example
Text Example
White with #F9E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5DF; }
p { color: rgb(249,229,223); }
H1.HeaderClassName
{
color: #F9E5DF;
}
.AnyTagClassName
{
color: #F9E5DF;
}
</style>
background-color css
<style>
a { background-color: #F9E5DF; }
a { background-color: rgb(249,229,223); }
div.DivClassName
{
background-color: #F9E5DF;
}
.BgClassName
{
background-color: #F9E5DF;
}
</style>
border-color css
<style>
span { border-color: #F9E5DF; }
span { border-color: rgb(249,229,223); }
td.TdClassName
{
border-color: #F9E5DF;
}
.TagClassName
{
border-color: #F9E5DF;
}
</style>