Shades of Orchid White #F2EDD9
Tints of Orchid White #F2EDD9
RGB
CMYK
RGB Variations
Color information
#F2EDD9 (or 0xF2EDD9) is known color: Orchid White. HEX triplet: F2, ED and D9. RGB value is (242,237,217). Sum of RGB (Red+Green+Blue) = 242+237+217=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 217 (85.16% from 255 or 31.18% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDD9 is #0D1226. Grayscale: #ECECEC. Windows color (decimal): -856615 or 14282226. OLE color: 14282226.
HSL color Cylindrical-coordinate representation of color #F2EDD9: hue angle of 48º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2EDD9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 217 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 48º | 0.49% | 0.9% | - |
| HSV(B) | 48º | 0.1% | 0.95% | - |
| XYZ | 79.43 | 84.46 | 77.76 | - |
| YUV | 236.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 217 | 0 | 0.02 | 0.10 | 0.05 | 48 | 0.49 | 0.9 |
| Hex | F2 | ED | D9 | 0 | 2 | A | 5 | 30 | 31 | 5A |
| Octal | 362 | 355 | 331 | 0 | 2 | 12 | 5 | 60 | 61 | 132 |
| Binary | 11110010 | 11101101 | 11011001 | 0 | 10 | 1010 | 101 | 110000 | 110001 | 1011010 |
Color Harmonies of #F2EDD9
Complementary color
Monochromatic Colors of #F2EDD9
Black with #F2EDD9
Text Example
Text Example
White with #F2EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDD9; }
p { color: rgb(242,237,217); }
H1.HeaderClassName
{
color: #F2EDD9;
}
.AnyTagClassName
{
color: #F2EDD9;
}
</style>
background-color css
<style>
a { background-color: #F2EDD9; }
a { background-color: rgb(242,237,217); }
div.DivClassName
{
background-color: #F2EDD9;
}
.BgClassName
{
background-color: #F2EDD9;
}
</style>
border-color css
<style>
span { border-color: #F2EDD9; }
span { border-color: rgb(242,237,217); }
td.TdClassName
{
border-color: #F2EDD9;
}
.TagClassName
{
border-color: #F2EDD9;
}
</style>