#FAECC4

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

Shades of Oasis #FAECC4

Tints of Oasis #FAECC4

Color information

#FAECC4 (or 0xFAECC4) is unknown color: approx Oasis. HEX triplet: FA, EC and C4. RGB value is (250,236,196). Sum of RGB (Red+Green+Blue) = 250+236+196=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 196 (76.95% from 255 or 28.74% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC4 is #05133B. Grayscale: #EBEBEB. Windows color (decimal): -332604 or 12905722. OLE color: 12905722.

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

Color convert

RGB250236196-
CMYK00.060.220.02
HSL44.44º84.38%87.45%-
HSV(B)44.44º21.6%98.04%-
XYZ79.3884.364.31-
YUV235.63105.64138.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 196 (76.95% from 255) = 28.74%
R=36.66%
G=34.60%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023619600.060.220.0244.4484.3887.45
HexFAECC4061622c5457
Octal3723543040626254124127
Binary1111101011101100110001000110101101010110010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC4; }

 p { color: rgb(250,236,196); }

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

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

 a { background-color: rgb(250,236,196); }

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

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

 span { border-color: rgb(250,236,196); }

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