#FEF0C4

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

Shades of Oasis #FEF0C4

Tints of Oasis #FEF0C4

Color information

#FEF0C4 (or 0xFEF0C4) is unknown color: approx Oasis. HEX triplet: FE, F0 and C4. RGB value is (254,240,196). Sum of RGB (Red+Green+Blue) = 254+240+196=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 196 (76.95% from 255 or 28.41% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0C4 is #010F3B. Grayscale: #EFEFEF. Windows color (decimal): -69436 or 12906750. OLE color: 12906750.

HSL color Cylindrical-coordinate representation of color #FEF0C4: hue angle of 45.52º 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 #FEF0C4 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB254240196-
CMYK00.060.230.00
HSL45.52º96.67%88.24%-
HSV(B)45.52º22.83%99.61%-
XYZ8287.3864.77-
YUV239.17103.64138.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 240 (94.14% from 255) = 34.78%
BLUE value IS 196 (76.95% from 255) = 28.41%
R=36.81%
G=34.78%
B=28.41%

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
Decimal25424019600.060.230.0045.5296.6788.24
HexFEF0C4061702e6158
Octal3763603040627056141130
Binary111111101111000011000100011010111010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0C4; }

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

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

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

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

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

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

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

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