#F9ECBE

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

Shades of Oasis #F9ECBE

Tints of Oasis #F9ECBE

Color information

#F9ECBE (or 0xF9ECBE) is unknown color: approx Oasis. HEX triplet: F9, EC and BE. RGB value is (249,236,190). Sum of RGB (Red+Green+Blue) = 249+236+190=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBE is #061341. Grayscale: #EAEAEA. Windows color (decimal): -398146 or 12512505. OLE color: 12512505.

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

Color convert

RGB249236190-
CMYK00.050.240.02
HSL46.78º83.1%86.08%-
HSV(B)46.78º23.69%97.65%-
XYZ78.3683.8560.77-
YUV234.64102.81138.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=36.89%
G=34.96%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923619000.050.240.0246.7883.186.08
HexF9ECBE051822f5356
Octal3713542760530257123126
Binary1111100111101100101111100101110001010111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ECBE; }

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

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

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

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

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

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

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

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