#FEEEBE

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

Shades of Oasis #FEEEBE

Tints of Oasis #FEEEBE

Color information

#FEEEBE (or 0xFEEEBE) is unknown color: approx Oasis. HEX triplet: FE, EE and BE. RGB value is (254,238,190). Sum of RGB (Red+Green+Blue) = 254+238+190=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBE is #011141. Grayscale: #EDEDED. Windows color (decimal): -69954 or 12513022. OLE color: 12513022.

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

Color convert

RGB254238190-
CMYK00.060.250.00
HSL45º96.97%87.06%-
HSV(B)45º25.2%99.61%-
XYZ80.7485.9461.05-
YUV237.31101.3139.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=37.24%
G=34.90%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423819000.060.250.004596.9787.06
HexFEEEBE061902d6157
Octal3763562760631055141127
Binary111111101110111010111110011011001010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEBE; }

 p { color: rgb(254,238,190); }

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

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

 a { background-color: rgb(254,238,190); }

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

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

 span { border-color: rgb(254,238,190); }

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