#FCEEBC

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

Shades of Oasis #FCEEBC

Tints of Oasis #FCEEBC

Color information

#FCEEBC (or 0xFCEEBC) is unknown color: approx Oasis. HEX triplet: FC, EE and BC. RGB value is (252,238,188). Sum of RGB (Red+Green+Blue) = 252+238+188=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 188 (73.83% from 255 or 27.73% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBC is #031143. Grayscale: #ECECEC. Windows color (decimal): -201028 or 12381948. OLE color: 12381948.

HSL color Cylindrical-coordinate representation of color #FCEEBC: hue angle of 46.88º 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 #FCEEBC is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252238188-
CMYK00.060.250.01
HSL46.88º91.43%86.27%-
HSV(B)46.88º25.4%98.82%-
XYZ79.885.4859.87-
YUV236.49100.64139.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 238 (93.36% from 255) = 35.10%
BLUE value IS 188 (73.83% from 255) = 27.73%
R=37.17%
G=35.10%
B=27.73%

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
Decimal25223818800.060.250.0146.8891.4386.27
HexFCEEBC061912f5b56
Octal3743562740631157133126
Binary111111001110111010111100011011001110111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEBC; }

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

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

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

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

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

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

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

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