#F9EABF

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

Shades of Oasis #F9EABF

Tints of Oasis #F9EABF

Color information

#F9EABF (or 0xF9EABF) is unknown color: approx Oasis. HEX triplet: F9, EA and BF. RGB value is (249,234,191). Sum of RGB (Red+Green+Blue) = 249+234+191=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EABF is #061540. Grayscale: #E9E9E9. Windows color (decimal): -398657 or 12577529. OLE color: 12577529.

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

Color convert

RGB249234191-
CMYK00.060.230.02
HSL44.48º82.86%86.27%-
HSV(B)44.48º23.29%97.65%-
XYZ77.8982.7561.16-
YUV233.58103.97139-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.94%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 191 (75% from 255) = 28.34%
R=36.94%
G=34.72%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923419100.060.230.0244.4882.8686.27
HexF9EABF061722c5356
Octal3713522770627254123126
Binary1111100111101010101111110110101111010110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EABF; }

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

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

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

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

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

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

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

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