#FEEFC4

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

Shades of Oasis #FEEFC4

Tints of Oasis #FEEFC4

Color information

#FEEFC4 (or 0xFEEFC4) is unknown color: approx Oasis. HEX triplet: FE, EF and C4. RGB value is (254,239,196). Sum of RGB (Red+Green+Blue) = 254+239+196=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 196 (76.95% from 255 or 28.45% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFC4 is #01103B. Grayscale: #EEEEEE. Windows color (decimal): -69692 or 12906494. OLE color: 12906494.

HSL color Cylindrical-coordinate representation of color #FEEFC4: hue angle of 44.48º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEEFC4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254239196-
CMYK00.060.230.00
HSL44.48º96.67%88.24%-
HSV(B)44.48º22.83%99.61%-
XYZ81.786.7964.67-
YUV238.58103.97139-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 239 (93.75% from 255) = 34.69%
BLUE value IS 196 (76.95% from 255) = 28.45%
R=36.87%
G=34.69%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423919600.060.230.0044.4896.6788.24
HexFEEFC4061702c6158
Octal3763573040627054141130
Binary111111101110111111000100011010111010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFC4; }

 p { color: rgb(254,239,196); }

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

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

 a { background-color: rgb(254,239,196); }

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

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

 span { border-color: rgb(254,239,196); }

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