#F9EDC8

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

Shades of Oasis #F9EDC8

Tints of Oasis #F9EDC8

Color information

#F9EDC8 (or 0xF9EDC8) is unknown color: approx Oasis. HEX triplet: F9, ED and C8. RGB value is (249,237,200). Sum of RGB (Red+Green+Blue) = 249+237+200=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDC8 is #061237. Grayscale: #ECECEC. Windows color (decimal): -397880 or 13168121. OLE color: 13168121.

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

Color convert

RGB249237200-
CMYK00.050.200.02
HSL45.31º80.33%88.04%-
HSV(B)45.31º19.68%97.65%-
XYZ79.7884.8866.82-
YUV236.37107.48137.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 200 (78.52% from 255) = 29.15%
R=36.30%
G=34.55%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923720000.050.200.0245.3180.3388.04
HexF9EDC8051422d5058
Octal3713553100524255120130
Binary1111100111101101110010000101101001010110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDC8; }

 p { color: rgb(249,237,200); }

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

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

 a { background-color: rgb(249,237,200); }

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

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

 span { border-color: rgb(249,237,200); }

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