#FEF0C6

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

Shades of Oasis #FEF0C6

Tints of Oasis #FEF0C6

Color information

#FEF0C6 (or 0xFEF0C6) is unknown color: approx Oasis. HEX triplet: FE, F0 and C6. RGB value is (254,240,198). Sum of RGB (Red+Green+Blue) = 254+240+198=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 198 (77.73% from 255 or 28.61% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0C6 is #010F39. Grayscale: #EFEFEF. Windows color (decimal): -69434 or 13037822. OLE color: 13037822.

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

Color convert

RGB254240198-
CMYK00.060.220.00
HSL45º96.55%88.63%-
HSV(B)45º22.05%99.61%-
XYZ82.2387.4765.98-
YUV239.4104.64138.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 198 (77.73% from 255) = 28.61%
R=36.71%
G=34.68%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424019800.060.220.004596.5588.63
HexFEF0C6061602d6159
Octal3763603060626055141131
Binary111111101111000011000110011010110010110111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0C6; }

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

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

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

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

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

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

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

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