#FCEAC6

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

Shades of Oasis #FCEAC6

Tints of Oasis #FCEAC6

Color information

#FCEAC6 (or 0xFCEAC6) is unknown color: approx Oasis. HEX triplet: FC, EA and C6. RGB value is (252,234,198). Sum of RGB (Red+Green+Blue) = 252+234+198=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 198 (77.73% from 255 or 28.95% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAC6 is #031539. Grayscale: #EBEBEB. Windows color (decimal): -202042 or 13036284. OLE color: 13036284.

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

Color convert

RGB252234198-
CMYK00.070.210.01
HSL40º90%88.24%-
HSV(B)40º21.43%98.82%-
XYZ79.7683.6265.36-
YUV235.28106.96139.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 198 (77.73% from 255) = 28.95%
R=36.84%
G=34.21%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223419800.070.210.01409088.24
HexFCEAC607151285a58
Octal3743523060725150132130
Binary111111001110101011000110011110101110100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAC6; }

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

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

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

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

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

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

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

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