#FAEEC1

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

Shades of Oasis #FAEEC1

Tints of Oasis #FAEEC1

Color information

#FAEEC1 (or 0xFAEEC1) is unknown color: approx Oasis. HEX triplet: FA, EE and C1. RGB value is (250,238,193). Sum of RGB (Red+Green+Blue) = 250+238+193=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 193 (75.78% from 255 or 28.34% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEC1 is #05113E. Grayscale: #ECECEC. Windows color (decimal): -332095 or 12709626. OLE color: 12709626.

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

Color convert

RGB250238193-
CMYK00.050.230.02
HSL47.37º85.07%86.86%-
HSV(B)47.37º22.8%98.04%-
XYZ79.6285.3262.72-
YUV236.46103.48137.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 193 (75.78% from 255) = 28.34%
R=36.71%
G=34.95%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023819300.050.230.0247.3785.0786.86
HexFAEEC1051722f5557
Octal3723563010527257125127
Binary1111101011101110110000010101101111010111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEC1; }

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

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

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

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

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

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

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

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