#FCEAC5

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

Shades of Oasis #FCEAC5

Tints of Oasis #FCEAC5

Color information

#FCEAC5 (or 0xFCEAC5) is unknown color: approx Oasis. HEX triplet: FC, EA and C5. RGB value is (252,234,197). Sum of RGB (Red+Green+Blue) = 252+234+197=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 197 (77.34% from 255 or 28.84% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC5 is #03153A. Grayscale: #EBEBEB. Windows color (decimal): -202043 or 12970748. OLE color: 12970748.

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

Color convert

RGB252234197-
CMYK00.070.220.01
HSL40.36º90.16%88.04%-
HSV(B)40.36º21.83%98.82%-
XYZ79.6583.5764.76-
YUV235.16106.46140.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 197 (77.34% from 255) = 28.84%
R=36.90%
G=34.26%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223419700.070.220.0140.3690.1688.04
HexFCEAC507161285a58
Octal3743523050726150132130
Binary111111001110101011000101011110110110100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAC5; }

 p { color: rgb(252,234,197); }

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

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

 a { background-color: rgb(252,234,197); }

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

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

 span { border-color: rgb(252,234,197); }

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