#FAEFCB

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

Shades of Oasis #FAEFCB

Tints of Oasis #FAEFCB

Color information

#FAEFCB (or 0xFAEFCB) is unknown color: approx Oasis. HEX triplet: FA, EF and CB. RGB value is (250,239,203). Sum of RGB (Red+Green+Blue) = 250+239+203=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCB is #051034. Grayscale: #EEEEEE. Windows color (decimal): -331829 or 13365242. OLE color: 13365242.

HSL color Cylindrical-coordinate representation of color #FAEFCB: hue angle of 45.96º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAEFCB is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250239203-
CMYK00.040.190.02
HSL45.96º82.46%88.82%-
HSV(B)45.96º18.8%98.04%-
XYZ81.0786.3768.9-
YUV238.18108.14136.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 203 (79.69% from 255) = 29.34%
R=36.13%
G=34.54%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920300.040.190.0245.9682.4688.82
HexFAEFCB041322e5259
Octal3723573130423256122131
Binary1111101011101111110010110100100111010111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFCB; }

 p { color: rgb(250,239,203); }

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

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

 a { background-color: rgb(250,239,203); }

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

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

 span { border-color: rgb(250,239,203); }

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