#F9EAC4

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

Shades of Oasis #F9EAC4

Tints of Oasis #F9EAC4

Color information

#F9EAC4 (or 0xF9EAC4) is unknown color: approx Oasis. HEX triplet: F9, EA and C4. RGB value is (249,234,196). Sum of RGB (Red+Green+Blue) = 249+234+196=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 196 (76.95% from 255 or 28.87% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EAC4 is #06153B. Grayscale: #EAEAEA. Windows color (decimal): -398652 or 12905209. OLE color: 12905209.

HSL color Cylindrical-coordinate representation of color #F9EAC4: hue angle of 43.02º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9EAC4 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249234196-
CMYK00.060.210.02
HSL43.02º81.54%87.25%-
HSV(B)43.02º21.29%97.65%-
XYZ78.4582.9764.1-
YUV234.15106.47138.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 196 (76.95% from 255) = 28.87%
R=36.67%
G=34.46%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923419600.060.210.0243.0281.5487.25
HexF9EAC4061522b5257
Octal3713523040625253122127
Binary1111100111101010110001000110101011010101110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAC4; }

 p { color: rgb(249,234,196); }

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

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

 a { background-color: rgb(249,234,196); }

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

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

 span { border-color: rgb(249,234,196); }

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