Shades of Desert Storm #F1E8DF
Tints of Desert Storm #F1E8DF
RGB
CMYK
RGB Variations
Color information
#F1E8DF (or 0xF1E8DF) is known color: Desert Storm. HEX triplet: F1, E8 and DF. RGB value is (241,232,223). Sum of RGB (Red+Green+Blue) = 241+232+223=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8DF is #0E1720. Grayscale: #E9E9E9. Windows color (decimal): -923425 or 14674161. OLE color: 14674161.
HSL color Cylindrical-coordinate representation of color #F1E8DF: hue angle of 30º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1E8DF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 223 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.05 |
| HSL | 30º | 0.39% | 0.91% | - |
| HSV(B) | 30º | 0.07% | 0.95% | - |
| XYZ | 78.45 | 81.74 | 81.45 | - |
| YUV | 233.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 223 | 0 | 0.04 | 0.07 | 0.05 | 30 | 0.39 | 0.91 |
| Hex | F1 | E8 | DF | 0 | 4 | 7 | 5 | 1E | 27 | 5B |
| Octal | 361 | 350 | 337 | 0 | 4 | 7 | 5 | 36 | 47 | 133 |
| Binary | 11110001 | 11101000 | 11011111 | 0 | 100 | 111 | 101 | 11110 | 100111 | 1011011 |
Color Harmonies of #F1E8DF
Complementary color
Monochromatic Colors of #F1E8DF
Black with #F1E8DF
Text Example
Text Example
White with #F1E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8DF; }
p { color: rgb(241,232,223); }
H1.HeaderClassName
{
color: #F1E8DF;
}
.AnyTagClassName
{
color: #F1E8DF;
}
</style>
background-color css
<style>
a { background-color: #F1E8DF; }
a { background-color: rgb(241,232,223); }
div.DivClassName
{
background-color: #F1E8DF;
}
.BgClassName
{
background-color: #F1E8DF;
}
</style>
border-color css
<style>
span { border-color: #F1E8DF; }
span { border-color: rgb(241,232,223); }
td.TdClassName
{
border-color: #F1E8DF;
}
.TagClassName
{
border-color: #F1E8DF;
}
</style>