#FCEFCC

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

Shades of Oasis #FCEFCC

Tints of Oasis #FCEFCC

Color information

#FCEFCC (or 0xFCEFCC) is unknown color: approx Oasis. HEX triplet: FC, EF and CC. RGB value is (252,239,204). Sum of RGB (Red+Green+Blue) = 252+239+204=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFCC is #031033. Grayscale: #EFEFEF. Windows color (decimal): -200756 or 13430780. OLE color: 13430780.

HSL color Cylindrical-coordinate representation of color #FCEFCC: hue angle of 43.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEFCC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252239204-
CMYK00.050.190.01
HSL43.75º88.89%89.41%-
HSV(B)43.75º19.05%98.82%-
XYZ81.9186.7969.56-
YUV238.9108.31137.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=36.26%
G=34.39%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223920400.050.190.0143.7588.8989.41
HexFCEFCC051312c5959
Octal3743573140523154131131
Binary111111001110111111001100010110011110110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFCC; }

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

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

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

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

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

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

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

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