#FEF1CB

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

Shades of Oasis #FEF1CB

Tints of Oasis #FEF1CB

Color information

#FEF1CB (or 0xFEF1CB) is unknown color: approx Oasis. HEX triplet: FE, F1 and CB. RGB value is (254,241,203). Sum of RGB (Red+Green+Blue) = 254+241+203=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1CB is #010E34. Grayscale: #F0F0F0. Windows color (decimal): -69173 or 13365758. OLE color: 13365758.

HSL color Cylindrical-coordinate representation of color #FEF1CB: hue angle of 44.71º 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 #FEF1CB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254241203-
CMYK00.050.200.00
HSL44.71º96.23%89.61%-
HSV(B)44.71º20.08%99.61%-
XYZ83.1188.2969.16-
YUV240.55106.81137.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 29.08%
R=36.39%
G=34.53%
B=29.08%

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
Decimal25424120300.050.200.0044.7196.2389.61
HexFEF1CB051402d605a
Octal3763613130524055140132
Binary111111101111000111001011010110100010110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1CB; }

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

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

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

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

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

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

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

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