#FAECBD

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

Shades of Oasis #FAECBD

Tints of Oasis #FAECBD

Color information

#FAECBD (or 0xFAECBD) is unknown color: approx Oasis. HEX triplet: FA, EC and BD. RGB value is (250,236,189). Sum of RGB (Red+Green+Blue) = 250+236+189=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBD is #051342. Grayscale: #EBEBEB. Windows color (decimal): -332611 or 12446970. OLE color: 12446970.

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

Color convert

RGB250236189-
CMYK00.060.240.02
HSL46.23º85.92%86.08%-
HSV(B)46.23º24.4%98.04%-
XYZ78.6183.9960.21-
YUV234.83102.14138.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 189 (74.22% from 255) = 28%
R=37.04%
G=34.96%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023618900.060.240.0246.2385.9286.08
HexFAECBD061822e5656
Octal3723542750630256126126
Binary1111101011101100101111010110110001010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECBD; }

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

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

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

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

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

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

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

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