Shades of Bridesmaid #F3E2DD
Tints of Bridesmaid #F3E2DD
RGB
CMYK
RGB Variations
Color information
#F3E2DD (or 0xF3E2DD) is known color: Bridesmaid. HEX triplet: F3, E2 and DD. RGB value is (243,226,221). Sum of RGB (Red+Green+Blue) = 243+226+221=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 226 (88.67% from 255 or 32.75% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2DD is #0C1D22. Grayscale: #E6E6E6. Windows color (decimal): -793891 or 14541555. OLE color: 14541555.
HSL color Cylindrical-coordinate representation of color #F3E2DD: hue angle of 13.64º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E2DD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 221 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.05 |
| HSL | 13.64º | 0.48% | 0.91% | - |
| HSV(B) | 13.64º | 0.09% | 0.95% | - |
| XYZ | 77.21 | 78.67 | 79.52 | - |
| YUV | 230.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 221 | 0 | 0.07 | 0.09 | 0.05 | 13.64 | 0.48 | 0.91 |
| Hex | F3 | E2 | DD | 0 | 7 | 9 | 5 | E | 30 | 5B |
| Octal | 363 | 342 | 335 | 0 | 7 | 11 | 5 | 16 | 60 | 133 |
| Binary | 11110011 | 11100010 | 11011101 | 0 | 111 | 1001 | 101 | 1110 | 110000 | 1011011 |
Color Harmonies of #F3E2DD
Complementary color
Monochromatic Colors of #F3E2DD
Black with #F3E2DD
Text Example
Text Example
White with #F3E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E2DD; }
p { color: rgb(243,226,221); }
H1.HeaderClassName
{
color: #F3E2DD;
}
.AnyTagClassName
{
color: #F3E2DD;
}
</style>
background-color css
<style>
a { background-color: #F3E2DD; }
a { background-color: rgb(243,226,221); }
div.DivClassName
{
background-color: #F3E2DD;
}
.BgClassName
{
background-color: #F3E2DD;
}
</style>
border-color css
<style>
span { border-color: #F3E2DD; }
span { border-color: rgb(243,226,221); }
td.TdClassName
{
border-color: #F3E2DD;
}
.TagClassName
{
border-color: #F3E2DD;
}
</style>