Shades of Orchid White #F1ECD9
Tints of Orchid White #F1ECD9
RGB
CMYK
RGB Variations
Color information
#F1ECD9 (or 0xF1ECD9) is known color: Orchid White. HEX triplet: F1, EC and D9. RGB value is (241,236,217). Sum of RGB (Red+Green+Blue) = 241+236+217=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECD9 is #0E1326. Grayscale: #EBEBEB. Windows color (decimal): -922407 or 14281969. OLE color: 14281969.
HSL color Cylindrical-coordinate representation of color #F1ECD9: hue angle of 47.5º degrees, saturation: 0.46, 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 #F1ECD9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 217 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 47.5º | 0.46% | 0.9% | - |
| HSV(B) | 47.5º | 0.1% | 0.95% | - |
| XYZ | 78.8 | 83.7 | 77.65 | - |
| YUV | 235.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 217 | 0 | 0.02 | 0.10 | 0.05 | 47.5 | 0.46 | 0.9 |
| Hex | F1 | EC | D9 | 0 | 2 | A | 5 | 30 | 2E | 5A |
| Octal | 361 | 354 | 331 | 0 | 2 | 12 | 5 | 60 | 56 | 132 |
| Binary | 11110001 | 11101100 | 11011001 | 0 | 10 | 1010 | 101 | 110000 | 101110 | 1011010 |
Color Harmonies of #F1ECD9
Complementary color
Monochromatic Colors of #F1ECD9
Black with #F1ECD9
Text Example
Text Example
White with #F1ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECD9; }
p { color: rgb(241,236,217); }
H1.HeaderClassName
{
color: #F1ECD9;
}
.AnyTagClassName
{
color: #F1ECD9;
}
</style>
background-color css
<style>
a { background-color: #F1ECD9; }
a { background-color: rgb(241,236,217); }
div.DivClassName
{
background-color: #F1ECD9;
}
.BgClassName
{
background-color: #F1ECD9;
}
</style>
border-color css
<style>
span { border-color: #F1ECD9; }
span { border-color: rgb(241,236,217); }
td.TdClassName
{
border-color: #F1ECD9;
}
.TagClassName
{
border-color: #F1ECD9;
}
</style>