#FAECC0

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

Shades of Oasis #FAECC0

Tints of Oasis #FAECC0

Color information

#FAECC0 (or 0xFAECC0) is unknown color: approx Oasis. HEX triplet: FA, EC and C0. RGB value is (250,236,192). Sum of RGB (Red+Green+Blue) = 250+236+192=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC0 is #05133F. Grayscale: #EBEBEB. Windows color (decimal): -332608 or 12643578. OLE color: 12643578.

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

Color convert

RGB250236192-
CMYK00.060.230.02
HSL45.52º85.29%86.67%-
HSV(B)45.52º23.2%98.04%-
XYZ78.9384.1261.95-
YUV235.17103.64138.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.87%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 192 (75.39% from 255) = 28.32%
R=36.87%
G=34.81%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023619200.060.230.0245.5285.2986.67
HexFAECC0061722e5557
Octal3723543000627256125127
Binary1111101011101100110000000110101111010111010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC0; }

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

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

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

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

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

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

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

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