#FEF2CA

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

Shades of Oasis #FEF2CA

Tints of Oasis #FEF2CA

Color information

#FEF2CA (or 0xFEF2CA) is unknown color: approx Oasis. HEX triplet: FE, F2 and CA. RGB value is (254,242,202). Sum of RGB (Red+Green+Blue) = 254+242+202=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CA is #010D35. Grayscale: #F1F1F1. Windows color (decimal): -68918 or 13300478. OLE color: 13300478.

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

Color convert

RGB254242202-
CMYK00.050.200.00
HSL46.15º96.3%89.41%-
HSV(B)46.15º20.47%99.61%-
XYZ83.2988.8468.64-
YUV241.03105.98137.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 202 (79.30% from 255) = 28.94%
R=36.39%
G=34.67%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424220200.050.200.0046.1596.389.41
HexFEF2CA051402e6059
Octal3763623120524056140131
Binary111111101111001011001010010110100010111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2CA; }

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

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

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

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

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

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

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

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