#F8EDBE

Color #F8EDBE Oasis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oasis #F8EDBE

Tints of Oasis #F8EDBE

Color information

#F8EDBE (or 0xF8EDBE) is unknown color: approx Oasis. HEX triplet: F8, ED and BE. RGB value is (248,237,190). Sum of RGB (Red+Green+Blue) = 248+237+190=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDBE is #071241. Grayscale: #EBEBEB. Windows color (decimal): -463426 or 12512760. OLE color: 12512760.

HSL color Cylindrical-coordinate representation of color #F8EDBE: hue angle of 48.62º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8EDBE is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248237190-
CMYK00.040.230.03
HSL48.62º80.56%85.88%-
HSV(B)48.62º23.39%97.25%-
XYZ78.2984.2460.85-
YUV234.93102.64137.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=36.74%
G=35.11%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823719000.040.230.0348.6280.5685.88
HexF8EDBE04173315156
Octal3703552760427361121126
Binary1111100011101101101111100100101111111000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDBE; }

 p { color: rgb(248,237,190); }

 H1.HeaderClassName
 {
   color: #F8EDBE;
 }
 .AnyTagClassName
 {
   color: #F8EDBE;
 }
</style>
background-color css

<style>
 a { background-color: #F8EDBE; }

 a { background-color: rgb(248,237,190); }

 div.DivClassName
 {
   background-color: #F8EDBE;
 }
 .BgClassName
 {
   background-color: #F8EDBE;
 }
</style>
border-color css

<style>
 span { border-color: #F8EDBE; }

 span { border-color: rgb(248,237,190); }

 td.TdClassName
 {
   border-color: #F8EDBE;
 }
 .TagClassName
 {
   border-color: #F8EDBE;
 }
</style>