#FEF1C0

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

Shades of Oasis #FEF1C0

Tints of Oasis #FEF1C0

Color information

#FEF1C0 (or 0xFEF1C0) is unknown color: approx Oasis. HEX triplet: FE, F1 and C0. RGB value is (254,241,192). Sum of RGB (Red+Green+Blue) = 254+241+192=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1C0 is #010E3F. Grayscale: #EFEFEF. Windows color (decimal): -69184 or 12644862. OLE color: 12644862.

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

Color convert

RGB254241192-
CMYK00.050.240.00
HSL47.42º96.88%87.45%-
HSV(B)47.42º24.41%99.61%-
XYZ81.8487.7962.5-
YUV239.3101.31138.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 192 (75.39% from 255) = 27.95%
R=36.97%
G=35.08%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424119200.050.240.0047.4296.8887.45
HexFEF1C0051802f6157
Octal3763613000530057141127
Binary111111101111000111000000010111000010111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1C0; }

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

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

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

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

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

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

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

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