#FCEAC0

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

Shades of Oasis #FCEAC0

Tints of Oasis #FCEAC0

Color information

#FCEAC0 (or 0xFCEAC0) is unknown color: approx Oasis. HEX triplet: FC, EA and C0. RGB value is (252,234,192). Sum of RGB (Red+Green+Blue) = 252+234+192=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 192 (75.39% from 255 or 28.32% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC0 is #03153F. Grayscale: #EAEAEA. Windows color (decimal): -202048 or 12643068. OLE color: 12643068.

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

Color convert

RGB252234192-
CMYK00.070.240.01
HSL42º90.91%87.06%-
HSV(B)42º23.81%98.82%-
XYZ79.0883.3561.79-
YUV234.59103.96140.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 192 (75.39% from 255) = 28.32%
R=37.17%
G=34.51%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223419200.070.240.014290.9187.06
HexFCEAC0071812a5b57
Octal3743523000730152133127
Binary111111001110101011000000011111000110101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAC0; }

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

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

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

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

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

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

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

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