#F7EDC1

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

Shades of Oasis #F7EDC1

Tints of Oasis #F7EDC1

Color information

#F7EDC1 (or 0xF7EDC1) is unknown color: approx Oasis. HEX triplet: F7, ED and C1. RGB value is (247,237,193). Sum of RGB (Red+Green+Blue) = 247+237+193=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDC1 is #08123E. Grayscale: #EBEBEB. Windows color (decimal): -528959 or 12709367. OLE color: 12709367.

HSL color Cylindrical-coordinate representation of color #F7EDC1: hue angle of 48.89º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7EDC1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247237193-
CMYK00.040.220.03
HSL48.89º77.14%86.27%-
HSV(B)48.89º21.86%96.86%-
XYZ78.2784.1962.58-
YUV234.97104.31136.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.48%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 193 (75.78% from 255) = 28.51%
R=36.48%
G=35.01%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723719300.040.220.0348.8977.1486.27
HexF7EDC104163314d56
Octal3673553010426361115126
Binary1111011111101101110000010100101101111000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDC1; }

 p { color: rgb(247,237,193); }

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

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

 a { background-color: rgb(247,237,193); }

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

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

 span { border-color: rgb(247,237,193); }

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