#FCF0C3

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

Shades of Oasis #FCF0C3

Tints of Oasis #FCF0C3

Color information

#FCF0C3 (or 0xFCF0C3) is unknown color: approx Oasis. HEX triplet: FC, F0 and C3. RGB value is (252,240,195). Sum of RGB (Red+Green+Blue) = 252+240+195=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0C3 is #030F3C. Grayscale: #EEEEEE. Windows color (decimal): -200509 or 12841212. OLE color: 12841212.

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

Color convert

RGB252240195-
CMYK00.050.230.01
HSL47.37º90.48%87.65%-
HSV(B)47.37º22.62%98.82%-
XYZ81.1686.9664.14-
YUV238.46103.48137.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 195 (76.56% from 255) = 28.38%
R=36.68%
G=34.93%
B=28.38%

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
Decimal25224019500.050.230.0147.3790.4887.65
HexFCF0C3051712f5a58
Octal3743603030527157132130
Binary111111001111000011000011010110111110111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0C3; }

 p { color: rgb(252,240,195); }

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

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

 a { background-color: rgb(252,240,195); }

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

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

 span { border-color: rgb(252,240,195); }

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