Shades of Orchid White #F2ECD6
Tints of Orchid White #F2ECD6
RGB
CMYK
RGB Variations
Color information
#F2ECD6 (or 0xF2ECD6) is known color: Orchid White. HEX triplet: F2, EC and D6. RGB value is (242,236,214). Sum of RGB (Red+Green+Blue) = 242+236+214=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECD6 is #0D1329. Grayscale: #EBEBEB. Windows color (decimal): -856874 or 14085362. OLE color: 14085362.
HSL color Cylindrical-coordinate representation of color #F2ECD6: hue angle of 47.14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2ECD6 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 214 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.05 |
| HSL | 47.14º | 0.52% | 0.89% | - |
| HSV(B) | 47.14º | 0.12% | 0.95% | - |
| XYZ | 78.75 | 83.72 | 75.63 | - |
| YUV | 235.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 214 | 0 | 0.02 | 0.12 | 0.05 | 47.14 | 0.52 | 0.89 |
| Hex | F2 | EC | D6 | 0 | 2 | C | 5 | 2F | 34 | 59 |
| Octal | 362 | 354 | 326 | 0 | 2 | 14 | 5 | 57 | 64 | 131 |
| Binary | 11110010 | 11101100 | 11010110 | 0 | 10 | 1100 | 101 | 101111 | 110100 | 1011001 |
Color Harmonies of #F2ECD6
Complementary color
Monochromatic Colors of #F2ECD6
Black with #F2ECD6
Text Example
Text Example
White with #F2ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECD6; }
p { color: rgb(242,236,214); }
H1.HeaderClassName
{
color: #F2ECD6;
}
.AnyTagClassName
{
color: #F2ECD6;
}
</style>
background-color css
<style>
a { background-color: #F2ECD6; }
a { background-color: rgb(242,236,214); }
div.DivClassName
{
background-color: #F2ECD6;
}
.BgClassName
{
background-color: #F2ECD6;
}
</style>
border-color css
<style>
span { border-color: #F2ECD6; }
span { border-color: rgb(242,236,214); }
td.TdClassName
{
border-color: #F2ECD6;
}
.TagClassName
{
border-color: #F2ECD6;
}
</style>