#FEF1C3

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

Shades of Oasis #FEF1C3

Tints of Oasis #FEF1C3

Color information

#FEF1C3 (or 0xFEF1C3) is unknown color: approx Oasis. HEX triplet: FE, F1 and C3. RGB value is (254,241,195). Sum of RGB (Red+Green+Blue) = 254+241+195=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 195 (76.56% from 255 or 28.26% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C3 is #010E3C. Grayscale: #EFEFEF. Windows color (decimal): -69181 or 12841470. OLE color: 12841470.

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

Color convert

RGB254241195-
CMYK00.050.230.00
HSL46.78º96.72%88.04%-
HSV(B)46.78º23.23%99.61%-
XYZ82.1887.9264.27-
YUV239.64102.81138.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 195 (76.56% from 255) = 28.26%
R=36.81%
G=34.93%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424119500.050.230.0046.7896.7288.04
HexFEF1C3051702f6158
Octal3763613030527057141130
Binary111111101111000111000011010110111010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1C3; }

 p { color: rgb(254,241,195); }

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

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

 a { background-color: rgb(254,241,195); }

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

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

 span { border-color: rgb(254,241,195); }

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