#FEF3C6

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

Shades of Oasis #FEF3C6

Tints of Oasis #FEF3C6

Color information

#FEF3C6 (or 0xFEF3C6) is unknown color: approx Oasis. HEX triplet: FE, F3 and C6. RGB value is (254,243,198). Sum of RGB (Red+Green+Blue) = 254+243+198=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 198 (77.73% from 255 or 28.49% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3C6 is #010C39. Grayscale: #F1F1F1. Windows color (decimal): -68666 or 13038590. OLE color: 13038590.

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

Color convert

RGB254243198-
CMYK00.040.220.00
HSL48.21º96.55%88.63%-
HSV(B)48.21º22.05%99.61%-
XYZ83.1289.2566.27-
YUV241.16103.64137.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 198 (77.73% from 255) = 28.49%
R=36.55%
G=34.96%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424319800.040.220.0048.2196.5588.63
HexFEF3C604160306159
Octal3763633060426060141131
Binary111111101111001111000110010010110011000011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3C6; }

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

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

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

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

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

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

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

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