#F7EECA

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

Shades of Oasis #F7EECA

Tints of Oasis #F7EECA

Color information

#F7EECA (or 0xF7EECA) is unknown color: approx Oasis. HEX triplet: F7, EE and CA. RGB value is (247,238,202). Sum of RGB (Red+Green+Blue) = 247+238+202=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EECA is #081135. Grayscale: #ECECEC. Windows color (decimal): -528694 or 13299447. OLE color: 13299447.

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

Color convert

RGB247238202-
CMYK00.040.180.03
HSL48º73.77%88.04%-
HSV(B)48º18.22%96.86%-
XYZ79.5985.1968.12-
YUV236.59108.48135.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.95%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=35.95%
G=34.64%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723820200.040.180.034873.7788.04
HexF7EECA04123304a58
Octal3673563120422360112130
Binary1111011111101110110010100100100101111000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EECA; }

 p { color: rgb(247,238,202); }

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

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

 a { background-color: rgb(247,238,202); }

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

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

 span { border-color: rgb(247,238,202); }

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