#F8ECBF

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

Shades of Oasis #F8ECBF

Tints of Oasis #F8ECBF

Color information

#F8ECBF (or 0xF8ECBF) is unknown color: approx Oasis. HEX triplet: F8, EC and BF. RGB value is (248,236,191). Sum of RGB (Red+Green+Blue) = 248+236+191=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECBF is #071340. Grayscale: #EAEAEA. Windows color (decimal): -463681 or 12578040. OLE color: 12578040.

HSL color Cylindrical-coordinate representation of color #F8ECBF: hue angle of 47.37º degrees, saturation: 0.8, 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 #F8ECBF is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248236191-
CMYK00.050.230.03
HSL47.37º80.28%86.08%-
HSV(B)47.37º22.98%97.25%-
XYZ78.1183.7161.33-
YUV234.46103.48137.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.74%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 28.30%
R=36.74%
G=34.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823619100.050.230.0347.3780.2886.08
HexF8ECBF051732f5056
Octal3703542770527357120126
Binary1111100011101100101111110101101111110111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECBF; }

 p { color: rgb(248,236,191); }

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

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

 a { background-color: rgb(248,236,191); }

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

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

 span { border-color: rgb(248,236,191); }

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