#FFEABE

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

Shades of Oasis #FFEABE

Tints of Oasis #FFEABE

Color information

#FFEABE (or 0xFFEABE) is unknown color: approx Oasis. HEX triplet: FF, EA and BE. RGB value is (255,234,190). Sum of RGB (Red+Green+Blue) = 255+234+190=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 234 (91.80% from 255 or 34.46% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEABE is #001541. Grayscale: #EBEBEB. Windows color (decimal): -5442 or 12511999. OLE color: 12511999.

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

Color convert

RGB255234190-
CMYK00.080.250
HSL40.62º100%87.25%-
HSV(B)40.62º25.49%100%-
XYZ79.9683.8260.68-
YUV235.26102.46142.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 234 (91.80% from 255) = 34.46%
BLUE value IS 190 (74.61% from 255) = 27.98%
R=37.56%
G=34.46%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523419000.080.25040.6210087.25
HexFFEABE08190296457
Octal37735227601031051144127
Binary1111111111101010101111100100011001010100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEABE; }

 p { color: rgb(255,234,190); }

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

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

 a { background-color: rgb(255,234,190); }

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

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

 span { border-color: rgb(255,234,190); }

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