#FAEFCA

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

Shades of Oasis #FAEFCA

Tints of Oasis #FAEFCA

Color information

#FAEFCA (or 0xFAEFCA) is unknown color: approx Oasis. HEX triplet: FA, EF and CA. RGB value is (250,239,202). Sum of RGB (Red+Green+Blue) = 250+239+202=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFCA is #051035. Grayscale: #EEEEEE. Windows color (decimal): -331830 or 13299706. OLE color: 13299706.

HSL color Cylindrical-coordinate representation of color #FAEFCA: hue angle of 46.25º degrees, saturation: 0.83, 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 #FAEFCA is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250239202-
CMYK00.040.190.02
HSL46.25º82.76%88.63%-
HSV(B)46.25º19.2%98.04%-
XYZ80.9586.3268.27-
YUV238.07107.64136.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=36.18%
G=34.59%
B=29.23%

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
Decimal25023920200.040.190.0246.2582.7688.63
HexFAEFCA041322e5359
Octal3723573120423256123131
Binary1111101011101111110010100100100111010111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFCA; }

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

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

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

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

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

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

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

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