#FAEABF

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

Shades of Oasis #FAEABF

Tints of Oasis #FAEABF

Color information

#FAEABF (or 0xFAEABF) is unknown color: approx Oasis. HEX triplet: FA, EA and BF. RGB value is (250,234,191). Sum of RGB (Red+Green+Blue) = 250+234+191=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABF is #051540. Grayscale: #EAEAEA. Windows color (decimal): -333121 or 12577530. OLE color: 12577530.

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

Color convert

RGB250234191-
CMYK00.060.240.02
HSL43.73º85.51%86.47%-
HSV(B)43.73º23.6%98.04%-
XYZ78.2582.9361.17-
YUV233.88103.8139.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 191 (75% from 255) = 28.30%
R=37.04%
G=34.67%
B=28.30%

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
Decimal25023419100.060.240.0243.7385.5186.47
HexFAEABF061822c5656
Octal3723522770630254126126
Binary1111101011101010101111110110110001010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEABF; }

 p { color: rgb(250,234,191); }

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

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

 a { background-color: rgb(250,234,191); }

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

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

 span { border-color: rgb(250,234,191); }

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