#FCF0BE

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

Shades of Oasis #FCF0BE

Tints of Oasis #FCF0BE

Color information

#FCF0BE (or 0xFCF0BE) is unknown color: approx Oasis. HEX triplet: FC, F0 and BE. RGB value is (252,240,190). Sum of RGB (Red+Green+Blue) = 252+240+190=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BE is #030F41. Grayscale: #EEEEEE. Windows color (decimal): -200514 or 12513532. OLE color: 12513532.

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

Color convert

RGB252240190-
CMYK00.050.250.01
HSL48.39º91.18%86.67%-
HSV(B)48.39º24.6%98.82%-
XYZ80.686.7361.21-
YUV237.89100.98138.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=36.95%
G=35.19%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224019000.050.250.0148.3991.1886.67
HexFCF0BE05191305b57
Octal3743602760531160133127
Binary111111001111000010111110010111001111000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0BE; }

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

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

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

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

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

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

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

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