#F9ECBF

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

Shades of Oasis #F9ECBF

Tints of Oasis #F9ECBF

Color information

#F9ECBF (or 0xF9ECBF) is unknown color: approx Oasis. HEX triplet: F9, EC and BF. RGB value is (249,236,191). Sum of RGB (Red+Green+Blue) = 249+236+191=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBF is #061340. Grayscale: #EAEAEA. Windows color (decimal): -398145 or 12578041. OLE color: 12578041.

HSL color Cylindrical-coordinate representation of color #F9ECBF: hue angle of 46.55º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9ECBF is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB249236191-
CMYK00.050.230.02
HSL46.55º82.86%86.27%-
HSV(B)46.55º23.29%97.65%-
XYZ78.4783.8961.35-
YUV234.76103.31138.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.83%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 191 (75% from 255) = 28.25%
R=36.83%
G=34.91%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923619100.050.230.0246.5582.8686.27
HexF9ECBF051722f5356
Octal3713542770527257123126
Binary1111100111101100101111110101101111010111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ECBF; }

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

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

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

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

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

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

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

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