#FCEEBF

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

Shades of Oasis #FCEEBF

Tints of Oasis #FCEEBF

Color information

#FCEEBF (or 0xFCEEBF) is unknown color: approx Oasis. HEX triplet: FC, EE and BF. RGB value is (252,238,191). Sum of RGB (Red+Green+Blue) = 252+238+191=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 191 (75% from 255 or 28.05% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEBF is #031140. Grayscale: #EDEDED. Windows color (decimal): -201025 or 12578556. OLE color: 12578556.

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

Color convert

RGB252238191-
CMYK00.060.240.01
HSL46.23º91.04%86.86%-
HSV(B)46.23º24.21%98.82%-
XYZ80.1285.6161.59-
YUV236.83102.14138.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 28.05%
R=37.00%
G=34.95%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223819100.060.240.0146.2391.0486.86
HexFCEEBF061812e5b57
Octal3743562770630156133127
Binary111111001110111010111111011011000110111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEBF; }

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

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

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

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

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

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

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

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