#FAECC3

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

Shades of Oasis #FAECC3

Tints of Oasis #FAECC3

Color information

#FAECC3 (or 0xFAECC3) is unknown color: approx Oasis. HEX triplet: FA, EC and C3. RGB value is (250,236,195). Sum of RGB (Red+Green+Blue) = 250+236+195=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 195 (76.56% from 255 or 28.63% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC3 is #05133C. Grayscale: #EBEBEB. Windows color (decimal): -332605 or 12840186. OLE color: 12840186.

HSL color Cylindrical-coordinate representation of color #FAECC3: hue angle of 44.73º degrees, saturation: 0.85, 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 #FAECC3 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250236195-
CMYK00.060.220.02
HSL44.73º84.62%87.25%-
HSV(B)44.73º22%98.04%-
XYZ79.2784.2663.71-
YUV235.51105.14138.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 236 (92.58% from 255) = 34.65%
BLUE value IS 195 (76.56% from 255) = 28.63%
R=36.71%
G=34.65%
B=28.63%

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
Decimal25023619500.060.220.0244.7384.6287.25
HexFAECC3061622d5557
Octal3723543030626255125127
Binary1111101011101100110000110110101101010110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC3; }

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

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

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

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

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

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

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

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