#FAEFC9

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

Shades of Oasis #FAEFC9

Tints of Oasis #FAEFC9

Color information

#FAEFC9 (or 0xFAEFC9) is unknown color: approx Oasis. HEX triplet: FA, EF and C9. RGB value is (250,239,201). Sum of RGB (Red+Green+Blue) = 250+239+201=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC9 is #051036. Grayscale: #EEEEEE. Windows color (decimal): -331831 or 13234170. OLE color: 13234170.

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

Color convert

RGB250239201-
CMYK00.040.200.02
HSL46.53º83.05%88.43%-
HSV(B)46.53º19.6%98.04%-
XYZ80.8386.2767.65-
YUV237.96107.14136.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 239 (93.75% from 255) = 34.64%
BLUE value IS 201 (78.91% from 255) = 29.13%
R=36.23%
G=34.64%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023920100.040.200.0246.5383.0588.43
HexFAEFC9041422f5358
Octal3723573110424257123130
Binary1111101011101111110010010100101001010111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFC9; }

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

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

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

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

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

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

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

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