#FCEEBE

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

Shades of Oasis #FCEEBE

Tints of Oasis #FCEEBE

Color information

#FCEEBE (or 0xFCEEBE) is unknown color: approx Oasis. HEX triplet: FC, EE and BE. RGB value is (252,238,190). Sum of RGB (Red+Green+Blue) = 252+238+190=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 190 (74.61% from 255 or 27.94% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBE is #031141. Grayscale: #ECECEC. Windows color (decimal): -201026 or 12513020. OLE color: 12513020.

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

Color convert

RGB252238190-
CMYK00.060.250.01
HSL46.45º91.18%86.67%-
HSV(B)46.45º24.6%98.82%-
XYZ80.0185.5661.01-
YUV236.71101.64138.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 190 (74.61% from 255) = 27.94%
R=37.06%
G=35%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223819000.060.250.0146.4591.1886.67
HexFCEEBE061912e5b57
Octal3743562760631156133127
Binary111111001110111010111110011011001110111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEBE; }

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

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

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

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

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

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

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

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