#FCECC2

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

Shades of Oasis #FCECC2

Tints of Oasis #FCECC2

Color information

#FCECC2 (or 0xFCECC2) is unknown color: approx Oasis. HEX triplet: FC, EC and C2. RGB value is (252,236,194). Sum of RGB (Red+Green+Blue) = 252+236+194=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCECC2 is #03133D. Grayscale: #ECECEC. Windows color (decimal): -201534 or 12774652. OLE color: 12774652.

HSL color Cylindrical-coordinate representation of color #FCECC2: hue angle of 43.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCECC2 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252236194-
CMYK00.060.230.01
HSL43.45º90.62%87.45%-
HSV(B)43.45º23.02%98.82%-
XYZ79.8884.5863.15-
YUV236104.3139.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 194 (76.17% from 255) = 28.45%
R=36.95%
G=34.60%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223619400.060.230.0143.4590.6287.45
HexFCECC2061712b5b57
Octal3743543020627153133127
Binary111111001110110011000010011010111110101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCECC2; }

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

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

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

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

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

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

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

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