#FEEBC1

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

Shades of Oasis #FEEBC1

Tints of Oasis #FEEBC1

Color information

#FEEBC1 (or 0xFEEBC1) is unknown color: approx Oasis. HEX triplet: FE, EB and C1. RGB value is (254,235,193). Sum of RGB (Red+Green+Blue) = 254+235+193=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBC1 is #01143E. Grayscale: #ECECEC. Windows color (decimal): -70719 or 12708862. OLE color: 12708862.

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

Color convert

RGB254235193-
CMYK00.070.240.00
HSL41.31º96.83%87.65%-
HSV(B)41.31º24.02%99.61%-
XYZ80.2184.3462.5-
YUV235.89103.79140.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 193 (75.78% from 255) = 28.30%
R=37.24%
G=34.46%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423519300.070.240.0041.3196.8387.65
HexFEEBC107180296158
Octal3763533010730051141130
Binary111111101110101111000001011111000010100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBC1; }

 p { color: rgb(254,235,193); }

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

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

 a { background-color: rgb(254,235,193); }

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

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

 span { border-color: rgb(254,235,193); }

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