#FEF1BD

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

Shades of Oasis #FEF1BD

Tints of Oasis #FEF1BD

Color information

#FEF1BD (or 0xFEF1BD) is unknown color: approx Oasis. HEX triplet: FE, F1 and BD. RGB value is (254,241,189). Sum of RGB (Red+Green+Blue) = 254+241+189=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 189 (74.22% from 255 or 27.63% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BD is #010E42. Grayscale: #EFEFEF. Windows color (decimal): -69187 or 12448254. OLE color: 12448254.

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

Color convert

RGB254241189-
CMYK00.050.260.00
HSL48º97.01%86.86%-
HSV(B)48º25.59%99.61%-
XYZ81.5187.6660.77-
YUV238.9699.81138.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 189 (74.22% from 255) = 27.63%
R=37.13%
G=35.23%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424118900.050.260.004897.0186.86
HexFEF1BD051A0306157
Octal3763612750532060141127
Binary111111101111000110111101010111010011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1BD; }

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

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

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

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

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

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

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

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