Shades of Orchid White #F2EDD8
Tints of Orchid White #F2EDD8
RGB
CMYK
RGB Variations
Color information
#F2EDD8 (or 0xF2EDD8) is known color: Orchid White. HEX triplet: F2, ED and D8. RGB value is (242,237,216). Sum of RGB (Red+Green+Blue) = 242+237+216=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDD8 is #0D1227. Grayscale: #ECECEC. Windows color (decimal): -856616 or 14216690. OLE color: 14216690.
HSL color Cylindrical-coordinate representation of color #F2EDD8: hue angle of 48.46º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2EDD8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 216 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.05 |
| HSL | 48.46º | 0.5% | 0.9% | - |
| HSV(B) | 48.46º | 0.11% | 0.95% | - |
| XYZ | 79.3 | 84.4 | 77.08 | - |
| YUV | 236.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 216 | 0 | 0.02 | 0.11 | 0.05 | 48.46 | 0.5 | 0.9 |
| Hex | F2 | ED | D8 | 0 | 2 | B | 5 | 30 | 32 | 5A |
| Octal | 362 | 355 | 330 | 0 | 2 | 13 | 5 | 60 | 62 | 132 |
| Binary | 11110010 | 11101101 | 11011000 | 0 | 10 | 1011 | 101 | 110000 | 110010 | 1011010 |
Color Harmonies of #F2EDD8
Complementary color
Monochromatic Colors of #F2EDD8
Black with #F2EDD8
Text Example
Text Example
White with #F2EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EDD8; }
p { color: rgb(242,237,216); }
H1.HeaderClassName
{
color: #F2EDD8;
}
.AnyTagClassName
{
color: #F2EDD8;
}
</style>
background-color css
<style>
a { background-color: #F2EDD8; }
a { background-color: rgb(242,237,216); }
div.DivClassName
{
background-color: #F2EDD8;
}
.BgClassName
{
background-color: #F2EDD8;
}
</style>
border-color css
<style>
span { border-color: #F2EDD8; }
span { border-color: rgb(242,237,216); }
td.TdClassName
{
border-color: #F2EDD8;
}
.TagClassName
{
border-color: #F2EDD8;
}
</style>