#FAEEC9

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

Shades of Oasis #FAEEC9

Tints of Oasis #FAEEC9

Color information

#FAEEC9 (or 0xFAEEC9) is unknown color: approx Oasis. HEX triplet: FA, EE and C9. RGB value is (250,238,201). Sum of RGB (Red+Green+Blue) = 250+238+201=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC9 is #051136. Grayscale: #EDEDED. Windows color (decimal): -332087 or 13233914. OLE color: 13233914.

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

Color convert

RGB250238201-
CMYK00.050.200.02
HSL45.31º83.05%88.43%-
HSV(B)45.31º19.6%98.04%-
XYZ80.5485.6967.55-
YUV237.37107.48137.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 201 (78.91% from 255) = 29.17%
R=36.28%
G=34.54%
B=29.17%

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
Decimal25023820100.050.200.0245.3183.0588.43
HexFAEEC9051422d5358
Octal3723563110524255123130
Binary1111101011101110110010010101101001010110110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC9; }

 p { color: rgb(250,238,201); }

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

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

 a { background-color: rgb(250,238,201); }

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

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

 span { border-color: rgb(250,238,201); }

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