#fef2c9

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

Shades of Oasis #FEF2C9

Tints of Oasis #FEF2C9

Color information

#FEF2C9 (or 0xFEF2C9) is unknown color: approx Oasis. HEX triplet: FE, F2 and C9. RGB value is (254,242,201). Sum of RGB (Red+Green+Blue) = 254+242+201=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 201 (78.91% from 255 or 28.84% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C9 is #010D36. Grayscale: #F1F1F1. Windows color (decimal): -68919 or 13234942. OLE color: 13234942.

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

Color convert

RGB254242201-
CMYK00.050.210.00
HSL46.42º96.36%89.22%-
HSV(B)46.42º20.87%99.61%-
XYZ83.1788.7968.01-
YUV240.91105.48137.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 201 (78.91% from 255) = 28.84%
R=36.44%
G=34.72%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424220100.050.210.0046.4296.3689.22
HexFEF2C9051502e6059
Octal3763623110525056140131
Binary111111101111001011001001010110101010111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef2c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef2c9; }

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

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

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

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

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

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

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

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