#F8ECC7

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

Shades of Oasis #F8ECC7

Tints of Oasis #F8ECC7

Color information

#F8ECC7 (or 0xF8ECC7) is unknown color: approx Oasis. HEX triplet: F8, EC and C7. RGB value is (248,236,199). Sum of RGB (Red+Green+Blue) = 248+236+199=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 199 (78.12% from 255 or 29.14% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECC7 is #071338. Grayscale: #EBEBEB. Windows color (decimal): -463673 or 13102328. OLE color: 13102328.

HSL color Cylindrical-coordinate representation of color #F8ECC7: hue angle of 45.31º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8ECC7 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248236199-
CMYK00.050.200.03
HSL45.31º77.78%87.65%-
HSV(B)45.31º19.76%97.25%-
XYZ79.0284.0766.1-
YUV235.37107.48137.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 199 (78.12% from 255) = 29.14%
R=36.31%
G=34.55%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823619900.050.200.0345.3177.7887.65
HexF8ECC7051432d4e58
Octal3703543070524355116130
Binary1111100011101100110001110101101001110110110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECC7; }

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

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

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

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

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

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

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

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