#FCF1C9

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

Shades of Oasis #FCF1C9

Tints of Oasis #FCF1C9

Color information

#FCF1C9 (or 0xFCF1C9) is unknown color: approx Oasis. HEX triplet: FC, F1 and C9. RGB value is (252,241,201). Sum of RGB (Red+Green+Blue) = 252+241+201=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 201 (78.91% from 255 or 28.96% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1C9 is #030E36. Grayscale: #EFEFEF. Windows color (decimal): -200247 or 13234684. OLE color: 13234684.

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

Color convert

RGB252241201-
CMYK00.040.200.01
HSL47.06º89.47%88.82%-
HSV(B)47.06º20.24%98.82%-
XYZ82.1487.8267.88-
YUV239.73106.14136.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 201 (78.91% from 255) = 28.96%
R=36.31%
G=34.73%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224120100.040.200.0147.0689.4788.82
HexFCF1C9041412f5959
Octal3743613110424157131131
Binary111111001111000111001001010010100110111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1C9; }

 p { color: rgb(252,241,201); }

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

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

 a { background-color: rgb(252,241,201); }

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

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

 span { border-color: rgb(252,241,201); }

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