#FAEECA

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

Shades of Oasis #FAEECA

Tints of Oasis #FAEECA

Color information

#FAEECA (or 0xFAEECA) is unknown color: approx Oasis. HEX triplet: FA, EE and CA. RGB value is (250,238,202). Sum of RGB (Red+Green+Blue) = 250+238+202=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECA is #051135. Grayscale: #EDEDED. Windows color (decimal): -332086 or 13299450. OLE color: 13299450.

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

Color convert

RGB250238202-
CMYK00.050.190.02
HSL45º82.76%88.63%-
HSV(B)45º19.2%98.04%-
XYZ80.6685.7468.17-
YUV237.48107.98136.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 29.28%
R=36.23%
G=34.49%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023820200.050.190.024582.7688.63
HexFAEECA051322d5359
Octal3723563120523255123131
Binary1111101011101110110010100101100111010110110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEECA; }

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

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

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

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

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

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

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

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