#F8EDC1

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

Shades of Oasis #F8EDC1

Tints of Oasis #F8EDC1

Color information

#F8EDC1 (or 0xF8EDC1) is unknown color: approx Oasis. HEX triplet: F8, ED and C1. RGB value is (248,237,193). Sum of RGB (Red+Green+Blue) = 248+237+193=678 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.58% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDC1 is #07123E. Grayscale: #EBEBEB. Windows color (decimal): -463423 or 12709368. OLE color: 12709368.

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

Color convert

RGB248237193-
CMYK00.040.220.03
HSL48º79.71%86.47%-
HSV(B)48º22.18%97.25%-
XYZ78.6284.3862.59-
YUV235.27104.14137.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.58%
GREEN value IS 237 (92.97% from 255) = 34.96%
BLUE value IS 193 (75.78% from 255) = 28.47%
R=36.58%
G=34.96%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823719300.040.220.034879.7186.47
HexF8EDC104163305056
Octal3703553010426360120126
Binary1111100011101101110000010100101101111000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDC1; }

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

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

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

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

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

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

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

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