#F9EBBF

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

Shades of Oasis #F9EBBF

Tints of Oasis #F9EBBF

Color information

#F9EBBF (or 0xF9EBBF) is unknown color: approx Oasis. HEX triplet: F9, EB and BF. RGB value is (249,235,191). Sum of RGB (Red+Green+Blue) = 249+235+191=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBBF is #061440. Grayscale: #EAEAEA. Windows color (decimal): -398401 or 12577785. OLE color: 12577785.

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

Color convert

RGB249235191-
CMYK00.060.230.02
HSL45.52º82.86%86.27%-
HSV(B)45.52º23.29%97.65%-
XYZ78.1883.3261.25-
YUV234.17103.64138.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 28.30%
R=36.89%
G=34.81%
B=28.30%

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
Decimal24923519100.060.230.0245.5282.8686.27
HexF9EBBF061722e5356
Octal3713532770627256123126
Binary1111100111101011101111110110101111010111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBBF; }

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

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

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

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

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

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

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

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