#FAEEC6

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

Shades of Oasis #FAEEC6

Tints of Oasis #FAEEC6

Color information

#FAEEC6 (or 0xFAEEC6) is unknown color: approx Oasis. HEX triplet: FA, EE and C6. RGB value is (250,238,198). Sum of RGB (Red+Green+Blue) = 250+238+198=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC6 is #051139. Grayscale: #EDEDED. Windows color (decimal): -332090 or 13037306. OLE color: 13037306.

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

Color convert

RGB250238198-
CMYK00.050.210.02
HSL46.15º83.87%87.84%-
HSV(B)46.15º20.8%98.04%-
XYZ80.1985.5565.71-
YUV237.03105.98137.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 198 (77.73% from 255) = 28.86%
R=36.44%
G=34.69%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023819800.050.210.0246.1583.8787.84
HexFAEEC6051522e5458
Octal3723563060525256124130
Binary1111101011101110110001100101101011010111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC6; }

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

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

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

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

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

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

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

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