#F8ECC0

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

Shades of Oasis #F8ECC0

Tints of Oasis #F8ECC0

Color information

#F8ECC0 (or 0xF8ECC0) is unknown color: approx Oasis. HEX triplet: F8, EC and C0. RGB value is (248,236,192). Sum of RGB (Red+Green+Blue) = 248+236+192=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECC0 is #07133F. Grayscale: #EAEAEA. Windows color (decimal): -463680 or 12643576. OLE color: 12643576.

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

Color convert

RGB248236192-
CMYK00.050.230.03
HSL47.14º80%86.27%-
HSV(B)47.14º22.58%97.25%-
XYZ78.2283.7561.91-
YUV234.57103.98137.58-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 192 (75.39% from 255) = 28.40%
R=36.69%
G=34.91%
B=28.40%

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
Decimal24823619200.050.230.0347.148086.27
HexF8ECC0051732f5056
Octal3703543000527357120126
Binary1111100011101100110000000101101111110111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECC0; }

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

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

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

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

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

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

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

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