#FAECC8

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

Shades of Oasis #FAECC8

Tints of Oasis #FAECC8

Color information

#FAECC8 (or 0xFAECC8) is unknown color: approx Oasis. HEX triplet: FA, EC and C8. RGB value is (250,236,200). Sum of RGB (Red+Green+Blue) = 250+236+200=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 200 (78.52% from 255 or 29.15% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC8 is #051337. Grayscale: #ECECEC. Windows color (decimal): -332600 or 13167866. OLE color: 13167866.

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

Color convert

RGB250236200-
CMYK00.060.20.02
HSL43.2º83.33%88.24%-
HSV(B)43.2º20%98.04%-
XYZ79.8584.4966.74-
YUV236.08107.64137.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 200 (78.52% from 255) = 29.15%
R=36.44%
G=34.40%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023620000.060.20.0243.283.3388.24
HexFAECC8061422b5358
Octal3723543100624253123130
Binary1111101011101100110010000110101001010101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC8; }

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

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

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

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

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

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

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

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