#FCE9C4

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

Shades of Oasis #FCE9C4

Tints of Oasis #FCE9C4

Color information

#FCE9C4 (or 0xFCE9C4) is unknown color: approx Oasis. HEX triplet: FC, E9 and C4. RGB value is (252,233,196). Sum of RGB (Red+Green+Blue) = 252+233+196=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 196 (76.95% from 255 or 28.78% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9C4 is #03163B. Grayscale: #EAEAEA. Windows color (decimal): -202300 or 12904956. OLE color: 12904956.

HSL color Cylindrical-coordinate representation of color #FCE9C4: hue angle of 39.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCE9C4 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252233196-
CMYK00.080.220.01
HSL39.64º90.32%87.84%-
HSV(B)39.64º22.22%98.82%-
XYZ79.2582.9664.06-
YUV234.46106.29140.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 233 (91.41% from 255) = 34.21%
BLUE value IS 196 (76.95% from 255) = 28.78%
R=37.00%
G=34.21%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223319600.080.220.0139.6490.3287.84
HexFCE9C408161285a58
Octal37435130401026150132130
Binary1111110011101001110001000100010110110100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9C4; }

 p { color: rgb(252,233,196); }

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

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

 a { background-color: rgb(252,233,196); }

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

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

 span { border-color: rgb(252,233,196); }

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