#FAECC6

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

Shades of Oasis #FAECC6

Tints of Oasis #FAECC6

Color information

#FAECC6 (or 0xFAECC6) is unknown color: approx Oasis. HEX triplet: FA, EC and C6. RGB value is (250,236,198). Sum of RGB (Red+Green+Blue) = 250+236+198=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECC6 is #051339. Grayscale: #ECECEC. Windows color (decimal): -332602 or 13036794. OLE color: 13036794.

HSL color Cylindrical-coordinate representation of color #FAECC6: hue angle of 43.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAECC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250236198-
CMYK00.060.210.02
HSL43.85º83.87%87.84%-
HSV(B)43.85º20.8%98.04%-
XYZ79.6184.3965.52-
YUV235.85106.64138.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 198 (77.73% from 255) = 28.95%
R=36.55%
G=34.50%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023619800.060.210.0243.8583.8787.84
HexFAECC6061522c5458
Octal3723543060625254124130
Binary1111101011101100110001100110101011010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECC6; }

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

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

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

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

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

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

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

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