#FAEEC7

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

Shades of Oasis #FAEEC7

Tints of Oasis #FAEEC7

Color information

#FAEEC7 (or 0xFAEEC7) is unknown color: approx Oasis. HEX triplet: FA, EE and C7. RGB value is (250,238,199). Sum of RGB (Red+Green+Blue) = 250+238+199=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 199 (78.12% from 255 or 28.97% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC7 is #051138. Grayscale: #EDEDED. Windows color (decimal): -332089 or 13102842. OLE color: 13102842.

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

Color convert

RGB250238199-
CMYK00.050.200.02
HSL45.88º83.61%88.04%-
HSV(B)45.88º20.4%98.04%-
XYZ80.3185.666.32-
YUV237.14106.48137.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 199 (78.12% from 255) = 28.97%
R=36.39%
G=34.64%
B=28.97%

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
Decimal25023819900.050.200.0245.8883.6188.04
HexFAEEC7051422e5458
Octal3723563070524256124130
Binary1111101011101110110001110101101001010111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC7; }

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

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

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

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

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

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

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

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