#FEF0C1

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

Shades of Oasis #FEF0C1

Tints of Oasis #FEF0C1

Color information

#FEF0C1 (or 0xFEF0C1) is unknown color: approx Oasis. HEX triplet: FE, F0 and C1. RGB value is (254,240,193). Sum of RGB (Red+Green+Blue) = 254+240+193=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 193 (75.78% from 255 or 28.09% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0C1 is #010F3E. Grayscale: #EFEFEF. Windows color (decimal): -69439 or 12710142. OLE color: 12710142.

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

Color convert

RGB254240193-
CMYK00.060.240.00
HSL46.23º96.83%87.65%-
HSV(B)46.23º24.02%99.61%-
XYZ81.6687.2462.99-
YUV238.83102.14138.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 193 (75.78% from 255) = 28.09%
R=36.97%
G=34.93%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424019300.060.240.0046.2396.8387.65
HexFEF0C1061802e6158
Octal3763603010630056141130
Binary111111101111000011000001011011000010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0C1; }

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

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

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

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

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

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

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

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