#FEF2C5

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

Shades of Oasis #FEF2C5

Tints of Oasis #FEF2C5

Color information

#FEF2C5 (or 0xFEF2C5) is unknown color: approx Oasis. HEX triplet: FE, F2 and C5. RGB value is (254,242,197). Sum of RGB (Red+Green+Blue) = 254+242+197=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C5 is #010D3A. Grayscale: #F0F0F0. Windows color (decimal): -68923 or 12972798. OLE color: 12972798.

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

Color convert

RGB254242197-
CMYK00.050.220.00
HSL47.37º96.61%88.43%-
HSV(B)47.37º22.44%99.61%-
XYZ82.788.6165.57-
YUV240.46103.48137.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 197 (77.34% from 255) = 28.43%
R=36.65%
G=34.92%
B=28.43%

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
Decimal25424219700.050.220.0047.3796.6188.43
HexFEF2C5051602f6158
Octal3763623050526057141130
Binary111111101111001011000101010110110010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2C5; }

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

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

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

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

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

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

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

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