#F8EEC5

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

Shades of Oasis #F8EEC5

Tints of Oasis #F8EEC5

Color information

#F8EEC5 (or 0xF8EEC5) is unknown color: approx Oasis. HEX triplet: F8, EE and C5. RGB value is (248,238,197). Sum of RGB (Red+Green+Blue) = 248+238+197=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EEC5 is #07113A. Grayscale: #ECECEC. Windows color (decimal): -463163 or 12971768. OLE color: 12971768.

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

Color convert

RGB248238197-
CMYK00.040.210.03
HSL48.24º78.46%87.25%-
HSV(B)48.24º20.56%97.25%-
XYZ79.3685.1465.07-
YUV236.32105.81136.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 197 (77.34% from 255) = 28.84%
R=36.31%
G=34.85%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823819700.040.210.0348.2478.4687.25
HexF8EEC504153304e57
Octal3703563050425360116127
Binary1111100011101110110001010100101011111000010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EEC5; }

 p { color: rgb(248,238,197); }

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

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

 a { background-color: rgb(248,238,197); }

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

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

 span { border-color: rgb(248,238,197); }

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