#FAECC7

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

Shades of Oasis #FAECC7

Tints of Oasis #FAECC7

Color information

#FAECC7 (or 0xFAECC7) is unknown color: approx Oasis. HEX triplet: FA, EC and C7. RGB value is (250,236,199). Sum of RGB (Red+Green+Blue) = 250+236+199=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 199 (78.12% from 255 or 29.05% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC7 is #051338. Grayscale: #ECECEC. Windows color (decimal): -332601 or 13102330. OLE color: 13102330.

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

Color convert

RGB250236199-
CMYK00.060.200.02
HSL43.53º83.61%88.04%-
HSV(B)43.53º20.4%98.04%-
XYZ79.7384.4466.13-
YUV235.97107.14138.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 199 (78.12% from 255) = 29.05%
R=36.50%
G=34.45%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023619900.060.200.0243.5383.6188.04
HexFAECC7061422c5458
Octal3723543070624254124130
Binary1111101011101100110001110110101001010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC7; }

 p { color: rgb(250,236,199); }

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

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

 a { background-color: rgb(250,236,199); }

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

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

 span { border-color: rgb(250,236,199); }

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