#FCEFC2

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

Shades of Oasis #FCEFC2

Tints of Oasis #FCEFC2

Color information

#FCEFC2 (or 0xFCEFC2) is unknown color: approx Oasis. HEX triplet: FC, EF and C2. RGB value is (252,239,194). Sum of RGB (Red+Green+Blue) = 252+239+194=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFC2 is #03103D. Grayscale: #EDEDED. Windows color (decimal): -200766 or 12775420. OLE color: 12775420.

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

Color convert

RGB252239194-
CMYK00.050.230.01
HSL46.55º90.62%87.45%-
HSV(B)46.55º23.02%98.82%-
XYZ80.7586.3263.45-
YUV237.76103.31138.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 194 (76.17% from 255) = 28.32%
R=36.79%
G=34.89%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223919400.050.230.0146.5590.6287.45
HexFCEFC2051712f5b57
Octal3743573020527157133127
Binary111111001110111111000010010110111110111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFC2; }

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

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

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

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

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

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

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

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