#F9ECBD

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

Shades of Oasis #F9ECBD

Tints of Oasis #F9ECBD

Color information

#F9ECBD (or 0xF9ECBD) is unknown color: approx Oasis. HEX triplet: F9, EC and BD. RGB value is (249,236,189). Sum of RGB (Red+Green+Blue) = 249+236+189=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBD is #061342. Grayscale: #EAEAEA. Windows color (decimal): -398147 or 12446969. OLE color: 12446969.

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

Color convert

RGB249236189-
CMYK00.050.240.02
HSL47º83.33%85.88%-
HSV(B)47º24.1%97.65%-
XYZ78.2583.860.2-
YUV234.53102.31138.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 189 (74.22% from 255) = 28.04%
R=36.94%
G=35.01%
B=28.04%

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
Decimal24923618900.050.240.024783.3385.88
HexF9ECBD051822f5356
Octal3713542750530257123126
Binary1111100111101100101111010101110001010111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ECBD; }

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

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

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

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

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

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

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

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