#FAEEC8

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

Shades of Oasis #FAEEC8

Tints of Oasis #FAEEC8

Color information

#FAEEC8 (or 0xFAEEC8) is unknown color: approx Oasis. HEX triplet: FA, EE and C8. RGB value is (250,238,200). Sum of RGB (Red+Green+Blue) = 250+238+200=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC8 is #051137. Grayscale: #EDEDED. Windows color (decimal): -332088 or 13168378. OLE color: 13168378.

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

Color convert

RGB250238200-
CMYK00.050.20.02
HSL45.6º83.33%88.24%-
HSV(B)45.6º20%98.04%-
XYZ80.4285.6466.94-
YUV237.26106.98137.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 200 (78.52% from 255) = 29.07%
R=36.34%
G=34.59%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023820000.050.20.0245.683.3388.24
HexFAEEC8051422e5358
Octal3723563100524256123130
Binary1111101011101110110010000101101001010111010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC8; }

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

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

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

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

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

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

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

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