#FEF2C6

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

Shades of Oasis #FEF2C6

Tints of Oasis #FEF2C6

Color information

#FEF2C6 (or 0xFEF2C6) is unknown color: approx Oasis. HEX triplet: FE, F2 and C6. RGB value is (254,242,198). Sum of RGB (Red+Green+Blue) = 254+242+198=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 198 (77.73% from 255 or 28.53% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C6 is #010D39. Grayscale: #F0F0F0. Windows color (decimal): -68922 or 13038334. OLE color: 13038334.

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

Color convert

RGB254242198-
CMYK00.050.220.00
HSL47.14º96.55%88.63%-
HSV(B)47.14º22.05%99.61%-
XYZ82.8288.6566.17-
YUV240.57103.98137.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 198 (77.73% from 255) = 28.53%
R=36.60%
G=34.87%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424219800.050.220.0047.1496.5588.63
HexFEF2C6051602f6159
Octal3763623060526057141131
Binary111111101111001011000110010110110010111111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2C6; }

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

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

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

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

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

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

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

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