#FAEFC1

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

Shades of Oasis #FAEFC1

Tints of Oasis #FAEFC1

Color information

#FAEFC1 (or 0xFAEFC1) is unknown color: approx Oasis. HEX triplet: FA, EF and C1. RGB value is (250,239,193). Sum of RGB (Red+Green+Blue) = 250+239+193=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFC1 is #05103E. Grayscale: #EDEDED. Windows color (decimal): -331839 or 12709882. OLE color: 12709882.

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

Color convert

RGB250239193-
CMYK00.040.230.02
HSL48.42º85.07%86.86%-
HSV(B)48.42º22.8%98.04%-
XYZ79.9285.9162.82-
YUV237.04103.14137.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 193 (75.78% from 255) = 28.30%
R=36.66%
G=35.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023919300.040.230.0248.4285.0786.86
HexFAEFC104172305557
Octal3723573010427260125127
Binary1111101011101111110000010100101111011000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFC1; }

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

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

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

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

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

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

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

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