#FEF1CC

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

Shades of Oasis #FEF1CC

Tints of Oasis #FEF1CC

Color information

#FEF1CC (or 0xFEF1CC) is unknown color: approx Oasis. HEX triplet: FE, F1 and CC. RGB value is (254,241,204). Sum of RGB (Red+Green+Blue) = 254+241+204=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CC is #010E33. Grayscale: #F0F0F0. Windows color (decimal): -69172 or 13431294. OLE color: 13431294.

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

Color convert

RGB254241204-
CMYK00.050.200.00
HSL44.4º96.15%89.8%-
HSV(B)44.4º19.69%99.61%-
XYZ83.2388.3469.79-
YUV240.67107.31137.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 29.18%
R=36.34%
G=34.48%
B=29.18%

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
Decimal25424120400.050.200.0044.496.1589.8
HexFEF1CC051402c605a
Octal3763613140524054140132
Binary111111101111000111001100010110100010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1CC; }

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

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

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

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

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

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

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

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