#FCEEBD

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

Shades of Oasis #FCEEBD

Tints of Oasis #FCEEBD

Color information

#FCEEBD (or 0xFCEEBD) is unknown color: approx Oasis. HEX triplet: FC, EE and BD. RGB value is (252,238,189). Sum of RGB (Red+Green+Blue) = 252+238+189=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBD is #031142. Grayscale: #ECECEC. Windows color (decimal): -201027 or 12447484. OLE color: 12447484.

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

Color convert

RGB252238189-
CMYK00.060.250.01
HSL46.67º91.3%86.47%-
HSV(B)46.67º25%98.82%-
XYZ79.985.5260.44-
YUV236.6101.14138.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 238 (93.36% from 255) = 35.05%
BLUE value IS 189 (74.22% from 255) = 27.84%
R=37.11%
G=35.05%
B=27.84%

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
Decimal25223818900.060.250.0146.6791.386.47
HexFCEEBD061912f5b56
Octal3743562750631157133126
Binary111111001110111010111101011011001110111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEBD; }

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

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

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

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

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

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

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

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