#FCECC6

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

Shades of Oasis #FCECC6

Tints of Oasis #FCECC6

Color information

#FCECC6 (or 0xFCECC6) is unknown color: approx Oasis. HEX triplet: FC, EC and C6. RGB value is (252,236,198). Sum of RGB (Red+Green+Blue) = 252+236+198=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC6 is #031339. Grayscale: #ECECEC. Windows color (decimal): -201530 or 13036796. OLE color: 13036796.

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

Color convert

RGB252236198-
CMYK00.060.210.01
HSL42.22º90%88.24%-
HSV(B)42.22º21.43%98.82%-
XYZ80.3384.7665.55-
YUV236.45106.3139.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 198 (77.73% from 255) = 28.86%
R=36.73%
G=34.40%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223619800.060.210.0142.229088.24
HexFCECC6061512a5a58
Octal3743543060625152132130
Binary111111001110110011000110011010101110101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECC6; }

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

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

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

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

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

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

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

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