#FEF2C8

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

Shades of Oasis #FEF2C8

Tints of Oasis #FEF2C8

Color information

#FEF2C8 (or 0xFEF2C8) is unknown color: approx Oasis. HEX triplet: FE, F2 and C8. RGB value is (254,242,200). Sum of RGB (Red+Green+Blue) = 254+242+200=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2C8 is #010D37. Grayscale: #F0F0F0. Windows color (decimal): -68920 or 13169406. OLE color: 13169406.

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

Color convert

RGB254242200-
CMYK00.050.210.00
HSL46.67º96.43%89.02%-
HSV(B)46.67º21.26%99.61%-
XYZ83.0588.7567.4-
YUV240.8104.98137.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 200 (78.52% from 255) = 28.74%
R=36.49%
G=34.77%
B=28.74%

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
Decimal25424220000.050.210.0046.6796.4389.02
HexFEF2C8051502f6059
Octal3763623100525057140131
Binary111111101111001011001000010110101010111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2C8; }

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

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

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

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

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

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

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

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